missing: add IPV4_MIN_MTU

Similar to IPV6_MIN_MTU, let's add the same for IPv4.
This commit is contained in:
Lennart Poettering 2018-04-20 16:18:09 +02:00
parent ba68a35958
commit 4d7c3570a6

View file

@ -1057,6 +1057,10 @@ struct input_mask {
#define IPV6_MIN_MTU 1280
#endif
#ifndef IPV4_MIN_MTU
#define IPV4_MIN_MTU 68
#endif
#ifndef IFF_MULTI_QUEUE
#define IFF_MULTI_QUEUE 0x100
#endif