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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to