====== Fibre Channel over Ethernet protocol ====== ===== Name ===== NET_PROTO_FCOE ===== Header file ===== Configured via ''[[http://git.ipxe.org/ipxe.git/blob/HEAD:/src/config/general.h|config/general.h]]''. ===== Examples ===== === Enable Fibre Channel over Ethernet (FCoE) protocol === #define NET_PROTO_FCOE /* Fibre Channel over Ethernet protocol */ === Enable FCoE protocol and Fibre Channel management commands === #define NET_PROTO_FCOE /* Fibre Channel over Ethernet protocol */ #define FCMGMT_CMD /* Fibre Channel management commands */ ===== Description ===== This build option enables support for the Fibre Channel over Ethernet (FCoE) protocol. ===== See also ===== * ''[[:buildcfg:FCMGMT_CMD]]'' * [[:buildcfg|List of all iPXE build options]] ===== Notes ===== You may wish to enable support for the Fibre Channel management commands using the build option ''[[:buildcfg:FCMGMT_CMD]]''.