Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Mar 2003 06:14:44 +0200 (EET)
From:      Pekka Savola <pekkas@netcore.fi>
To:        David Malone <dwmalone@FreeBSD.org>
Cc:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/48917: creating stf 6to4 IPv6 pseudo-interface adds wrong routes
Message-ID:  <Pine.LNX.4.44.0303050612430.3382-100000@netcore.fi>
In-Reply-To: <200303042153.h24LrpVU090618@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 4 Mar 2003, David Malone wrote:
> Synopsis: creating stf 6to4 IPv6 pseudo-interface adds wrong routes
> 
> State-Changed-From-To: open->feedback
> State-Changed-By: dwmalone
> State-Changed-When: Tue Mar 4 13:45:10 PST 2003
> State-Changed-Why: 
> Hi Pekka,
> 
> Looking at your config, I see you have:
> 
> 	ipv6_ifconfig_rl0="2002:d436:1c91::1 prefixlen 64" # local network
> 
> but this address will be assigned to the stf0 interface when it is
> configured. I presume rl0 is being reconfigured after this and the
> IP is being moved (with all its routes) to rl0?
> 
> I think you can give another address to the stf interface by setting:
> 
> 	stf_interface_ipv6_slaid
> 
> Can you see if this seems to explain what you're seeing?

Yes, definitely.  The problem was that I had made a typo with the config, 
this:

ipv6_ifconfig_rl0="2002:d436:1c91::1 prefixlen 64"

should have been:

ipv6_ifconfig_rl0="2002:d436:1c91:1::1 prefixlen 64"

, which indeed fixed the problem.

Sorry for the bogus report, the case can be closed :-(!


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.44.0303050612430.3382-100000>