From owner-freebsd-net@FreeBSD.ORG Tue Aug 30 01:26:57 2005 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35C9216A41F; Tue, 30 Aug 2005 01:26:57 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: from heff.fud.org.nz (60-234-149-201.bitstream.orcon.net.nz [60.234.149.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF32543D5D; Tue, 30 Aug 2005 01:26:55 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id B17BA1CCD4; Tue, 30 Aug 2005 13:26:50 +1200 (NZST) Date: Tue, 30 Aug 2005 13:26:50 +1200 From: Andrew Thompson To: "Bruce A. Mah" Message-ID: <20050830012650.GC55642@heff.fud.org.nz> References: <1125346643.2344.31.camel@localhost> <20050829211720.GA55642@heff.fud.org.nz> <1125351478.2344.44.camel@localhost> <1125364782.19062.3.camel@tomcat.kitchenlab.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1125364782.19062.3.camel@tomcat.kitchenlab.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-net@freebsd.org Subject: Re: if_bridge and IPv6? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2005 01:26:57 -0000 On Mon, Aug 29, 2005 at 06:19:42PM -0700, Bruce A. Mah wrote: > If memory serves me right, Bruce A. Mah wrote: > > If memory serves me right, Andrew Thompson wrote: > > > > > From what I can tell this is from the bridge itself, does bridging work > > > between ipv6 hosts on either side of the bridge? > > > > Hmm...I haven't tried that yet. Unfortunately I'm not in close > > proximity to the system in question at the moment, so it'll be a few > > hours (evening, San Francisco time) until I can try this. I'll test and > > report back. > > Bridging of IPv6 packets going between two hosts on either side of the > bridge appears to work just fine (to the point where I can do ping6 and > ssh across the bridge). Good to hear something works :) > > PS. Food for thought: Should bridge devices have IFF_MULTICAST set? > > Mine doesn't. > > > > hornet# ifconfig bridge0 > > bridge0: flags=41 mtu 1500 > > inet (foo) netmask 0xffffff00 > > inet6 (bar) prefixlen 64 > > ether ac:de:48:cd:e2:32 > > priority 32768 hellotime 2 fwddelay 15 maxage 20 > > member: sis1 flags=3 > > member: sis0 flags=3 > > This looks more and more suspicious to me. IPv6 ND requires multicast > to work and there are several explicit checks for IFF_MULTICAST in the > IPv6 output path and neighbor discovery code. I think you are right, i'll look into it. Andrew