[ipxe-devel] [PATCH 0/2] [vlan] Support 802.1Q VLAN 0 priority tagging
Ladi Prosek
lprosek at redhat.com
Fri Apr 15 16:19:46 UTC 2016
These patches add a small tweak to vlan_rx to make it accept
priority tagged packets. Since this should be supported even
without full VLAN support, extra care is taken to not drag
any unnecessary code into the build if VLAN_CMD is not enabled.
src/config/config.c | 7 +++
src/config/general.h | 6 +++
src/include/ipxe/errfile.h | 1 +
src/net/vlan.c | 76 ++--------------------------
src/net/vlan_protocol.c | 122 +++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 139 insertions(+), 73 deletions(-)
[PATCH 1/2] [vlan] Move vlan_protocol to a separate file
[PATCH 2/2] [vlan] Support VLAN 0 priority tagging
More information about the ipxe-devel
mailing list