Browse Source

Add ETH_P_AOE

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
6d6252067f
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/include/gpxe/if_ether.h

+ 1
- 0
src/include/gpxe/if_ether.h View File

@@ -18,6 +18,7 @@
18 18
 #define ETH_P_RARP	0x8035	/* Reverse Address resolution Protocol */
19 19
 #define ETH_P_IPV6	0x86DD	/* IPv6 over blueblook */
20 20
 #define ETH_P_SLOW	0x8809	/* Ethernet slow protocols */
21
+#define ETH_P_AOE	0x88A2	/* ATA over Ethernet */
21 22
 
22 23
 /** An Ethernet link-layer header */
23 24
 struct ethhdr {

Loading…
Cancel
Save