summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/if_ether.h
diff options
context:
space:
mode:
authorMichael Brown2006-05-28 23:47:52 +0200
committerMichael Brown2006-05-28 23:47:52 +0200
commit6d6252067f3012ec3aa0e4dea3de4744f0621e1a (patch)
treec0d0557ede7b64a013737be5157eb5937e98d33b /src/include/gpxe/if_ether.h
parentTidy up comment (diff)
downloadipxe-6d6252067f3012ec3aa0e4dea3de4744f0621e1a.tar.gz
ipxe-6d6252067f3012ec3aa0e4dea3de4744f0621e1a.tar.xz
ipxe-6d6252067f3012ec3aa0e4dea3de4744f0621e1a.zip
Add ETH_P_AOE
Diffstat (limited to 'src/include/gpxe/if_ether.h')
-rw-r--r--src/include/gpxe/if_ether.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/if_ether.h b/src/include/gpxe/if_ether.h
index 4d35bdf4..2f3f33d4 100644
--- a/src/include/gpxe/if_ether.h
+++ b/src/include/gpxe/if_ether.h
@@ -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 {