1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

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 #define IPV6_MIN_MTU 1280
#endif #endif
#ifndef IPV4_MIN_MTU
#define IPV4_MIN_MTU 68
#endif
#ifndef IFF_MULTI_QUEUE #ifndef IFF_MULTI_QUEUE
#define IFF_MULTI_QUEUE 0x100 #define IFF_MULTI_QUEUE 0x100
#endif #endif