PPP IPv6 prefix length and stateless autoconfiguration?

2006-10-16 Thread Krejsa, Dan
Hi, Some code in the in6_update_ifa() function in netinet6/in6.c enforces that if an IPv6 destination address is specified for an interface address, the interface must be point-to-point or loopback (fine), and the corresponding prefix length must be exactly 128 bits. The latter seems (at least na

Re: PPP IPv6 prefix length and stateless autoconfiguration?

2006-10-16 Thread JINMEI Tatuya / 神明達哉
> On Mon, 16 Oct 2006 15:19:55 -0700, > "Krejsa, Dan" <[EMAIL PROTECTED]> said: > Some code in the in6_update_ifa() function in netinet6/in6.c > enforces that if an IPv6 destination address is specified for > an interface address, the interface must be point-to-point or > loopback (fine),

RE: PPP IPv6 prefix length and stateless autoconfiguration?

2006-10-17 Thread Krejsa, Dan
/ [mailto:[EMAIL PROTECTED] Sent: Monday, October 16, 2006 7:40 PM To: Krejsa, Dan Cc: freebsd-net@freebsd.org Subject: Re: PPP IPv6 prefix length and stateless autoconfiguration? >>>>> On Mon, 16 Oct 2006 15:19:55 -0700, >>>>> "Krejsa, Dan" <[

Re: PPP IPv6 prefix length and stateless autoconfiguration?

2006-10-31 Thread JINMEI Tatuya / 神明達哉
(sorry for the delayed response, been busy for a while...) > On Tue, 17 Oct 2006 10:03:05 -0700, > "Krejsa, Dan" <[EMAIL PROTECTED]> said: > This appears to make the autoconfiguration work fine, and I > encountered no other connectivity issues in brief testing; > but a coworker of mine n