Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Sep 2005 21:11:59 +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/sys/net if_bridge.c if_ethersubr.c src/sys/netinet6 in6_ifattach.c nd6.c nd6_nbr.c
Message-ID:  <200509062111.j86LBxZa058494@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thompsa     2005-09-06 21:11:59 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_bridge.c if_ethersubr.c 
    sys/netinet6         in6_ifattach.c nd6.c nd6_nbr.c 
  Log:
  Add support for multicast to the bridge and allow inet6 addresses to be
  assigned to the interface.
  
  IPv6 auto-configuration is disabled. An IPv6 link-local address has a
  link-local scope within one link, the spec is unclear for the bridge case and
  it may cause scope violation.
  
  An address can be assigned in the usual way;
    ifconfig bridge0 inet6 xxxx:...
  
  Tested by:      bmah
  Reviewed by:    ume (netinet6)
  Approved by:    mlaier (mentor)
  MFC after:      1 week
  
  Revision  Changes    Path
  1.21      +27 -5     src/sys/net/if_bridge.c
  1.198     +1 -1      src/sys/net/if_ethersubr.c
  1.28      +1 -4      src/sys/netinet6/in6_ifattach.c
  1.55      +2 -0      src/sys/netinet6/nd6.c
  1.33      +1 -0      src/sys/netinet6/nd6_nbr.c



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