From owner-freebsd-net@FreeBSD.ORG Thu Mar 15 18:37:13 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 516FD16A403 for ; Thu, 15 Mar 2007 18:37:13 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.248]) by mx1.freebsd.org (Postfix) with ESMTP id 0304E13C458 for ; Thu, 15 Mar 2007 18:37:12 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so269778ana for ; Thu, 15 Mar 2007 11:37:12 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=B40zBwUuer13yejksEoZFWNajm97TsrUOT58RCpKgEp76I3IPn1nAQNA9tMZzN//FH3k9gE6aXh2CCGEha3viiPdaH9tVbjI1FdkWdFpyNSLpk+EYEwECt/PruvThjBO5RRUuTPlQO5qzpr5Vg7wd8qc8dmD8myG2AurQMD/JH8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=i8hCDf9xETnJgtJq3zBCpB8Ri6aQ7C8yWldd0Z3SSx0ziavw47QqvoUPzAEEEo2GM7bFlIpdvCF9M/P1XxWI23segDjSjtsucXtOQ9E4RYCq5KSPdx8SvhzK0UEHpMbusflKKZZa5KyyKN671riRGulyiC4tPVX6u3FAJ/F6QEk= Received: by 10.100.107.2 with SMTP id f2mr725974anc.1173982257836; Thu, 15 Mar 2007 11:10:57 -0700 (PDT) Received: by 10.100.11.20 with HTTP; Thu, 15 Mar 2007 11:10:57 -0700 (PDT) Message-ID: Date: Thu, 15 Mar 2007 21:10:57 +0300 From: pluknet To: "Tom Pusateri" In-Reply-To: <20070315163737.38462B8CA@jj.bangj.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070315163737.38462B8CA@jj.bangj.com> Cc: freebsd-net@freebsd.org Subject: Re: IPv6 bridge0 link-local address 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: Thu, 15 Mar 2007 18:37:13 -0000 On 15/03/07, Tom Pusateri wrote: > I've configured a bridge0 interface that bridges fxp0 and em0. > I have a global IPv6 address configured on it and IPv6 works fine. > > # ifconfig bridge0 > bridge0: flags=8043 mtu 1500 > inet x.x.x.82 netmask 0xfffffff0 broadcast x.x.x.95 > inet6 2001:4877:1777:1001::1 prefixlen 64 > ether ac:de:48:49:71:91 > priority 32768 hellotime 2 fwddelay 15 maxage 20 > member: fxp0 flags=3 > member: em0 flags=3 [snip] I don't know precisely what's about if_bridge. According to the rfc2373 (App.A) it should be similar to: fe80::aede:48ff:fe49:7191%bridge0 Hmm.. but if you try the `ifconfig bridge0 inet6 eui64` command, you''ll see: ifconfig: could not determine link local address wbr, pluknet.