Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2007 00:08:00 +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:  <200701180008.l0I08018096620@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thompsa     2007-01-18 00:08:00 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sbin/ifconfig        ifbridge.c ifconfig.8 
    sys/net              if_bridge.c if_bridgevar.h 
  Log:
  MFC: ifbridge.c r1.5, ifconfig.8 r1.126, if_bridge.c r1.87, if_bridgevar.h r1.17
  
   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.1.2.3    +16 -0     src/sbin/ifconfig/ifbridge.c
  1.95.2.18  +12 -0     src/sbin/ifconfig/ifconfig.8
  1.11.2.44  +23 -17    src/sys/net/if_bridge.c
  1.4.2.7    +4 -2      src/sys/net/if_bridgevar.h



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