]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[vlan] Add support for IEEE 802.1Q VLANs
authorMichael Brown <mcb30@ipxe.org>
Fri, 19 Nov 2010 00:23:26 +0000 (00:23 +0000)
committerMichael Brown <mcb30@ipxe.org>
Sat, 20 Nov 2010 16:52:04 +0000 (16:52 +0000)
commit6fd09b541fbc426057661c7e0da4f39000b6803e
tree042ecae7db862b934180566b16645969987343de
parentf12fcd53b1b661b5bfe7b5048398225297133b95
[vlan] Add support for IEEE 802.1Q VLANs

Originally-implemented-by: michael-dev@fami-braun.de
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/config/config.c
src/config/general.h
src/hci/commands/vlan_cmd.c [new file with mode: 0644]
src/include/ipxe/errfile.h
src/include/ipxe/features.h
src/include/ipxe/if_ether.h
src/include/ipxe/netdevice.h
src/include/ipxe/vlan.h [new file with mode: 0644]
src/net/netdevice.c
src/net/vlan.c [new file with mode: 0644]