]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
A piece of code was added to install a host route when an IPv6 interface
authorQing Li <qingli@FreeBSD.org>
Wed, 12 Aug 2009 19:15:26 +0000 (19:15 +0000)
committerQing Li <qingli@FreeBSD.org>
Wed, 12 Aug 2009 19:15:26 +0000 (19:15 +0000)
commit09b03548391f8691538e3a6a0af8e412b6a692e9
tree3810b66a002c0d5ef0d1c5a22e03ea0563c235ac
parenta36599cce745ccc5dbf04d6f5b3fd1b2141a4a7f
A piece of code was added to install a host route when an IPv6 interface
address is configured with a /128 prefix. This is no longer necessary due
to r192011. In fact that code conflicts with r192011. This patch removes
the host route installation when detecting the /128 prefix, and instead
let the code added by r192011 to install the loopback route for that IPv6
interface address.

Reviewed by: bz
Approved by: re
sys/netinet6/in6.c