This is needed by net-core-flow_dissector.c.

Signed-off-by: Hauke Mehrtens <[email protected]>
---
 backport/backport-include/linux/if_ether.h |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/backport/backport-include/linux/if_ether.h 
b/backport/backport-include/linux/if_ether.h
index 8581283..d9a1464 100644
--- a/backport/backport-include/linux/if_ether.h
+++ b/backport/backport-include/linux/if_ether.h
@@ -31,4 +31,12 @@ int mac_pton(const char *s, u8 *mac);
 #define ETH_P_PAE 0x888E      /* Port Access Entity (IEEE 802.1X) */
 #endif
 
+#ifndef ETH_P_TEB
+#define ETH_P_TEB      0x6558          /* Trans Ether Bridging         */
+#endif
+
+#ifndef ETH_P_8021AD
+#define ETH_P_8021AD   0x88A8          /* 802.1ad Service VLAN         */
+#endif
+
 #endif /* __BACKPORT_IF_ETHER_H */
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe backports" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to