aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/if_ether.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2010-09-15 03:10:27 +0100
committerMichael Brown <mcb30@ipxe.org>2010-09-15 03:20:54 +0100
commitdace106f8286ff5484296021c5c687dbba68fefc (patch)
tree2b08c90dc564739828796f2dd5dc8d291c17c728 /src/include/ipxe/if_ether.h
parentd2a2618d76b6ec82dd3cec6fe492d3a2fed87591 (diff)
downloadipxe-dace106f8286ff5484296021c5c687dbba68fefc.tar.gz
[fcoe] Add support for Fibre Channel over Ethernet
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/if_ether.h')
-rw-r--r--src/include/ipxe/if_ether.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/if_ether.h b/src/include/ipxe/if_ether.h
index a52624146..db6cb0dfb 100644
--- a/src/include/ipxe/if_ether.h
+++ b/src/include/ipxe/if_ether.h
@@ -22,6 +22,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ETH_P_SLOW 0x8809 /* Ethernet slow protocols */
#define ETH_P_EAPOL 0x888E /* 802.1X EAP over LANs */
#define ETH_P_AOE 0x88A2 /* ATA over Ethernet */
+#define ETH_P_FCOE 0x8906 /* Fibre Channel over Ethernet */
+#define ETH_P_FIP 0x8914 /* FCoE Initialization Protocol */
/** An Ethernet link-layer header */
struct ethhdr {