Date: Mon, 4 Jan 2010 23:39:53 +0000 (UTC) From: Qing Li <qingli@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet6 nd6_rtr.c Message-ID: <201001042339.o04Ndx74057174@repoman.freebsd.org>
index | next in thread | raw e-mail
qingli 2010-01-04 23:39:53 UTC
FreeBSD src repository
Modified files:
sys/netinet6 nd6_rtr.c
Log:
SVN rev 201543 on 2010-01-04 23:39:53Z by qingli
The IFA_RTSELF address flag marks a loopback route has been installed
for the interface address. This marker is necessary to properly support
PPP types of links where multiple links can have the same local end
IP address. The IFA_RTSELF flag bit maps to the RTF_HOST value, which
was combined into the route flag bits during prefix installation in
IPv6. This inclusion causing the prefix route to be unusable. This
patch fixes this bug by excluding the IFA_RTSELF flag during route
installation.
MFC after: 5 days
Revision Changes Path
1.76 +1 -1 src/sys/netinet6/nd6_rtr.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001042339.o04Ndx74057174>
