The following reply was made to PR kern/188032; it has been noted by GNATS.
From: Darren Baginski <[email protected]> To: Andrey V. Elsukov <[email protected]>, "[email protected]" <[email protected]> Cc: Subject: Re: kern/188032: IPv6 on lo never leaves 'tentative' state if configured with prefixlen 128 Date: Fri, 04 Apr 2014 21:18:23 +0400 I do configure IPv6, output clearly says that, and more specifically I configure it with /128. Let me show again again: case A, getting 'tentative' # ifconfig lo8 create # ifconfig lo8 up # ifconfig lo8 inet6 fc00::ff prefixlen 128 <- configuring IPv6 address with /128 prefix case B, all good, NO 'tentative' # ifconfig lo8 create # ifconfig lo8 up # ifconfig lo8 inet6 fc00::ff prefixlen 127 <- configuring IPv6 address with /127 prefix On FreeBSD 7.x, 8.x, 9.x case A works, while on 10.x interface is stuck in `tentative` permanently. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
