cvs commit: src/sbin/ifconfig ifbridge.c ifconfig.8 src/sys/net
if_bridge.c if_bridgevar.h
Andrew Thompson
thompsa at FreeBSD.org
Sun Nov 4 01:32:27 PDT 2007
thompsa 2007-11-04 08:32:27 UTC
FreeBSD src repository
Modified files:
sbin/ifconfig ifbridge.c ifconfig.8
sys/net if_bridge.c if_bridgevar.h
Log:
Add an option to limit the number of source MACs that can be behind a bridge
interface. Once the limit is reached packets with unknown source addresses are
dropped until an existing host cache entry expires or is removed. Useful to
use with the STICKY cache option.
Sponsored by: miniSuperHappyDevHouse NZ
Revision Changes Path
1.12 +28 -6 src/sbin/ifconfig/ifbridge.c
1.144 +5 -0 src/sbin/ifconfig/ifconfig.8
1.106 +86 -23 src/sys/net/if_bridge.c
1.24 +5 -0 src/sys/net/if_bridgevar.h
More information about the cvs-src
mailing list