]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Catch up the rest of the drivers with the ether_vlan_mtap modifications.
authorChristian S.J. Peron <csjp@FreeBSD.org>
Sun, 4 Mar 2007 03:38:08 +0000 (03:38 +0000)
committerChristian S.J. Peron <csjp@FreeBSD.org>
Sun, 4 Mar 2007 03:38:08 +0000 (03:38 +0000)
commit59a0d28bacbcc668a45c393f836f97cd8b536f8a
tree1601222866235bd2ad7ddd38e1756c289fe6c2e6
parent2c434b2cc37b0e2861133dc15769dcdec6485a0f
Catch up the rest of the drivers with the ether_vlan_mtap modifications.
If these drivers are setting M_VLANTAG because they are stripping the
layer 2 802.1Q headers, then they need to be re-inserting them so any
bpf(4) peers can properly decode them.

It should be noted that this is compiled tested only.

MFC after: 3 weeks
sys/dev/bce/if_bce.c
sys/dev/ixgb/if_ixgb.c
sys/dev/msk/if_msk.c
sys/dev/nfe/if_nfe.c
sys/dev/nge/if_nge.c
sys/dev/re/if_re.c
sys/dev/stge/if_stge.c
sys/dev/ti/if_ti.c
sys/dev/txp/if_txp.c
sys/dev/vge/if_vge.c