Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 02/15/2003 02:46:31
Module Name:	src
Committed By:	perseant
Date:		Sat Feb 15 00:46:31 UTC 2003

Modified Files:
	src/sbin/brconfig: brconfig.8 brconfig.c
	src/sys/net: if_bridge.c if_bridgevar.h

Log Message:
Add ipf packet-filtering option to if_bridge.  The option is controlled at
compile-time by BRIDGE_IPF, and at runtime by brconfig with the {ipf,-ipf}
option on a per-bridge basis.

As a side-effect, add PFIL_HOOKS processing to if_bridge.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sbin/brconfig/brconfig.8
cvs rdiff -r1.2 -r1.3 src/sbin/brconfig/brconfig.c
cvs rdiff -r1.8 -r1.9 src/sys/net/if_bridge.c
cvs rdiff -r1.1 -r1.2 src/sys/net/if_bridgevar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.