Date: Thu, 29 Dec 2005 09:39:16 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 if_bridge.4 src/sys/net if_bridge.c Message-ID: <200512290939.jBT9dGae030743@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512290939.jBT9dGae030743>