X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Flinux%2Fcompat%2Finclude%2Flinux%2Fif_ether.h;h=41cc05375d509e44fc535f57bf6e347e654bcea7;hb=3544358aa5960b148bc31435a0062e9392530ec2;hp=b8390e230a008af9819c4b9618002550fb3895b7;hpb=22bcc0e70becd88bf895c44885d63704affe4284;p=openvswitch diff --git a/datapath/linux/compat/include/linux/if_ether.h b/datapath/linux/compat/include/linux/if_ether.h index b8390e23..41cc0537 100644 --- a/datapath/linux/compat/include/linux/if_ether.h +++ b/datapath/linux/compat/include/linux/if_ether.h @@ -10,4 +10,10 @@ #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