diff options
Diffstat (limited to 'backport/backport-include/linux')
-rw-r--r-- | backport/backport-include/linux/if_ether.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/backport/backport-include/linux/if_ether.h b/backport/backport-include/linux/if_ether.h index ad426b38..de5e28ac 100644 --- a/backport/backport-include/linux/if_ether.h +++ b/backport/backport-include/linux/if_ether.h @@ -39,6 +39,10 @@ #define ETH_P_8021AD 0x88A8 /* 802.1ad Service VLAN */ #endif +#ifndef ETH_MIN_MTU +#define ETH_MIN_MTU 68 +#endif + #ifndef ETH_MAX_MTU #define ETH_MAX_MTU 0xFFFFU #endif |