Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2007 08:32:27 +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/sbin/ifconfig ifbridge.c ifconfig.8 src/sys/net if_bridge.c if_bridgevar.h
Message-ID:  <200711040832.lA48WRYW076684@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711040832.lA48WRYW076684>