K 10 svn:author V 7 thompsa K 8 svn:date V 27 2005-09-13T18:02:39.000000Z K 7 svn:log V 620 MFC: if_bridge.c, r1.21; if_ethersubr.c, r1.198; in6_ifattach.c, r1.28; nd6.c, r1.55; nd6_nbr.c, r1.33 > 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) Approved by: re (kensmith), mlaier (mentor) END