kern/188032: IPv6 on lo never leaves 'tentative' state if configured with prefixlen 128

Darren Baginski kickbsd at yandex.ru
Thu Apr 10 16:40:02 UTC 2014


The following reply was made to PR kern/188032; it has been noted by GNATS.

From: Darren Baginski <kickbsd at yandex.ru>
To: "freebsd-gnats-submit at FreeBSD.org" <freebsd-gnats-submit at freebsd.org>
Cc:  
Subject: Re: kern/188032: IPv6 on lo never leaves 'tentative' state if configured with prefixlen 128
Date: Thu, 10 Apr 2014 20:35:09 +0400

 Basically behavior is is like that
 
 /128 mask:
 ipv6_activate_all_interfaces="YES" && /128  -> OK
 NO ipv6_activate_all_interfaces && /128  -> *tentative*
 
 /127 mask:
 ipv6_activate_all_interfaces="YES" && /127  -> OK
 NO ipv6_activate_all_interfaces && /127  -> *OK*
 
 I find that behavior is inconsistent, mask of /128 has no any magic meaning.
 


More information about the freebsd-bugs mailing list