cvs commit: src/share/man/man4 if_bridge.4 src/sys/net if_bridge.c
Andrew Thompson
thompsa at FreeBSD.org
Thu Dec 29 01:39:18 PST 2005
thompsa 2005-12-29 09:39:16 UTC
FreeBSD src repository
Modified files:
share/man/man4 if_bridge.4
sys/net if_bridge.c
Log:
When pfil(9) is enabled the bridge only considers ETHERTYPE_ARP, ETHERTYPE_IP and
ETHERTYPE_IPV6 frames. Change this to be a sysctl knob so that is able to still
bridge non-IP packets if desired.
Also return early if all pfil_* sysctls are turned off, the user obviously does
not want to filter on the bridge.
Revision Changes Path
1.10 +8 -1 src/share/man/man4/if_bridge.4
1.43 +13 -5 src/sys/net/if_bridge.c
More information about the cvs-src
mailing list