gre: Restructure tunneling.
[cascardo/ovs.git] / datapath / linux / compat / include / linux / if_ether.h
index 85b0d22..e22ea96 100644 (file)
@@ -20,4 +20,8 @@
 #define ETH_P_802_3_MIN        0x0600
 #endif
 
+#ifndef ETH_P_8021AD
+#define ETH_P_8021AD    0x88A8          /* 802.1ad Service VLAN         */
+#endif
+
 #endif