datapath: Always use generic stats for devices (vports)
[sliver-openvswitch.git] / datapath / linux / compat / include / linux / if_ether.h
index b8390e2..41cc053 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 */
+
 #endif