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:
parent
ba68a35958
commit
4d7c3570a6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user