datapath: net: add ETH_P_802_3_MIN
[sliver-openvswitch.git] / datapath / linux / compat / include / linux / if_ether.h
index 41cc053..85b0d22 100644 (file)
@@ -16,4 +16,8 @@
 
 #endif /* linux kernel < 2.6.30 */
 
+#ifndef ETH_P_802_3_MIN
+#define ETH_P_802_3_MIN        0x0600
+#endif
+
 #endif