Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Apr 2014 16:40:01 GMT
From:      Darren Baginski <kickbsd@yandex.ru>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/188032: IPv6 on lo never leaves 'tentative' state if configured with prefixlen 128
Message-ID:  <201404101640.s3AGe1gR045027@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/188032; it has been noted by GNATS.

From: Darren Baginski <kickbsd@yandex.ru>
To: "freebsd-gnats-submit@FreeBSD.org" <freebsd-gnats-submit@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.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404101640.s3AGe1gR045027>