summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/if_ether.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe/if_ether.h')
-rw-r--r--src/include/ipxe/if_ether.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/if_ether.h b/src/include/ipxe/if_ether.h
index db6cb0dfb..a7e237349 100644
--- a/src/include/ipxe/if_ether.h
+++ b/src/include/ipxe/if_ether.h
@@ -18,6 +18,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ETH_P_IP 0x0800 /* Internet Protocl Packet */
#define ETH_P_ARP 0x0806 /* Address Resolution Protocol */
#define ETH_P_RARP 0x8035 /* Reverse Address resolution Protocol */
+#define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */
#define ETH_P_IPV6 0x86DD /* IPv6 over blueblook */
#define ETH_P_SLOW 0x8809 /* Ethernet slow protocols */
#define ETH_P_EAPOL 0x888E /* 802.1X EAP over LANs */