diff options
Diffstat (limited to 'ethertype.h')
-rw-r--r-- | ethertype.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ethertype.h b/ethertype.h index 8c06339..385da5d 100644 --- a/ethertype.h +++ b/ethertype.h @@ -153,6 +153,9 @@ #ifndef ETHERTYPE_PPPOES2 #define ETHERTYPE_PPPOES2 0x3c13 #endif +#ifndef ETHERTYPE_MS_NLB_HB +#define ETHERTYPE_MS_NLB_HB 0x886f /* MS Network Load Balancing Heartbeat */ +#endif #ifndef ETHERTYPE_JUMBO #define ETHERTYPE_JUMBO 0x8870 #endif |