CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/11/09 08:08:26
Modified files:
sys/dev/ic : re.c
sys/dev/pci : if_bge.c if_bnx.c if_em.c if_ix.c if_ixgb.c
if_jme.c if_nfe.c if_nge.c if_stge.c if_ti.c
if_txp.c if_vge.c if_xge.c
sys/net : bpf.c bpf.h
Log message:
Introduce bpf_mtap_ether(), which for the benefit of bpf listeners
creates the VLAN encapsulation from the tag stored in the mbuf
header. Idea from FreeBSD, input from claudio@ and [EMAIL PROTECTED]
Switch all hardware VLAN enabled drivers to the new function.
ok claudio@