diff options
author | Michael Brown <mcb30@ipxe.org> | 2010-11-19 00:23:26 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2010-11-20 16:52:04 +0000 |
commit | 6fd09b541fbc426057661c7e0da4f39000b6803e (patch) | |
tree | 042ecae7db862b934180566b16645969987343de /src/include/ipxe/if_ether.h | |
parent | f12fcd53b1b661b5bfe7b5048398225297133b95 (diff) | |
download | ipxe-6fd09b541fbc426057661c7e0da4f39000b6803e.tar.gz |
[vlan] Add support for IEEE 802.1Q VLANs
Originally-implemented-by: michael-dev@fami-braun.de
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.h | 1 |
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 */ |