From owner-cvs-src@FreeBSD.ORG Tue Sep 13 18:02:40 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60C8A16A41F; Tue, 13 Sep 2005 18:02:40 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 300D443D46; Tue, 13 Sep 2005 18:02:40 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8DI2eNn072696; Tue, 13 Sep 2005 18:02:40 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8DI2ePG072695; Tue, 13 Sep 2005 18:02:40 GMT (envelope-from thompsa) Message-Id: <200509131802.j8DI2ePG072695@repoman.freebsd.org> From: Andrew Thompson Date: Tue, 13 Sep 2005 18:02:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_bridge.c if_ethersubr.c src/sys/netinet6 in6_ifattach.c nd6.c nd6_nbr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 18:02:40 -0000 thompsa 2005-09-13 18:02:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_bridge.c if_ethersubr.c sys/netinet6 in6_ifattach.c nd6.c nd6_nbr.c Log: 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) Revision Changes Path 1.11.2.10 +27 -5 src/sys/net/if_bridge.c 1.193.2.4 +1 -1 src/sys/net/if_ethersubr.c 1.26.2.1 +1 -4 src/sys/netinet6/in6_ifattach.c 1.48.2.2 +2 -0 src/sys/netinet6/nd6.c 1.29.2.2 +1 -0 src/sys/netinet6/nd6_nbr.c