]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Add ETH_P_AOE
authorMichael Brown <mcb30@etherboot.org>
Sun, 28 May 2006 21:47:52 +0000 (21:47 +0000)
committerMichael Brown <mcb30@etherboot.org>
Sun, 28 May 2006 21:47:52 +0000 (21:47 +0000)
src/include/gpxe/if_ether.h

index 4d35bdf43732e50351c3cb0ae7ce4628754aaeea..2f3f33d46e33f579dc34dbf42384a5fe91ae0f8a 100644 (file)
@@ -18,6 +18,7 @@
 #define ETH_P_RARP     0x8035  /* Reverse Address resolution Protocol */
 #define ETH_P_IPV6     0x86DD  /* IPv6 over blueblook */
 #define ETH_P_SLOW     0x8809  /* Ethernet slow protocols */
+#define ETH_P_AOE      0x88A2  /* ATA over Ethernet */
 
 /** An Ethernet link-layer header */
 struct ethhdr {