datapath: net: add ETH_P_802_3_MIN
[sliver-openvswitch.git] / datapath / linux / compat / include / linux / if_ether.h
index b8390e2..85b0d22 100644 (file)
 
 #endif /* linux kernel < 2.6.28 */
 
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30)
+
+#define ETH_P_FCOE     0x8906          /* Fibre Channel over Ethernet  */
+
+#endif /* linux kernel < 2.6.30 */
+
+#ifndef ETH_P_802_3_MIN
+#define ETH_P_802_3_MIN        0x0600
+#endif
+
 #endif