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 fc5e515c6bb7b..8c063396d9ec9 100644 --- a/ethertype.h +++ b/ethertype.h @@ -100,6 +100,9 @@ #ifndef ETHERTYPE_AARP #define ETHERTYPE_AARP 0x80f3 #endif +#ifndef ETHERTYPE_TIPC +#define ETHERTYPE_TIPC 0x88ca +#endif #ifndef ETHERTYPE_8021Q #define ETHERTYPE_8021Q 0x8100 #endif |