The following reply was made to PR kern/188032; it has been noted by GNATS.
From: Darren Baginski <[email protected]> To: "[email protected]" <[email protected]> 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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
