cvs commit: src/sbin/ifconfig ifbridge.c ifconfig.8 src/sys/net if_bridge.c if_bridgevar.h

Andrew Thompson thompsa at FreeBSD.org
Thu Nov 9 06:32:41 UTC 2006


thompsa     2006-11-09 06:32:39 UTC

  FreeBSD src repository

  Modified files:
    sbin/ifconfig        ifbridge.c ifconfig.8 
    sys/net              if_bridge.c if_bridgevar.h 
  Log:
  Add a new address cache type called sticky. On an interface marked sticky any
  address learned by the bridge is made permanent, the address will not age out
  and most importantly will not migrate to another interface.
  
  This can be used to stop mac address poisoning or clients roaming in much the
  same way as static entries without the hassle of preloading the table.
  
  Revision  Changes    Path
  1.5       +16 -0     src/sbin/ifconfig/ifbridge.c
  1.126     +12 -0     src/sbin/ifconfig/ifconfig.8
  1.87      +23 -17    src/sys/net/if_bridge.c
  1.17      +4 -2      src/sys/net/if_bridgevar.h


More information about the cvs-src mailing list