diff options
| author | Michael Brown | 2010-09-15 04:10:27 +0200 |
|---|---|---|
| committer | Michael Brown | 2010-09-15 04:20:54 +0200 |
| commit | dace106f8286ff5484296021c5c687dbba68fefc (patch) | |
| tree | 2b08c90dc564739828796f2dd5dc8d291c17c728 /src/include/ipxe/features.h | |
| parent | [fcp] Add support for the Fibre Channel Protocol (diff) | |
| download | ipxe-dace106f8286ff5484296021c5c687dbba68fefc.tar.gz ipxe-dace106f8286ff5484296021c5c687dbba68fefc.tar.xz ipxe-dace106f8286ff5484296021c5c687dbba68fefc.zip | |
[fcoe] Add support for Fibre Channel over Ethernet
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/features.h')
| -rw-r--r-- | src/include/ipxe/features.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/features.h b/src/include/ipxe/features.h index b5033a6a9..76b59321f 100644 --- a/src/include/ipxe/features.h +++ b/src/include/ipxe/features.h @@ -50,6 +50,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define DHCP_EB_FEATURE_ELF 0x22 /**< ELF format */ #define DHCP_EB_FEATURE_COMBOOT 0x23 /**< COMBOOT format */ #define DHCP_EB_FEATURE_EFI 0x24 /**< EFI format */ +#define DHCP_EB_FEATURE_FCOE 0x25 /**< FCoE protocol */ /** @} */ |
