Date: Sun, 12 Jul 2009 19:20:55 +0000 (UTC) From: Qing Li <qingli@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet6 in6.c Message-ID: <200907121921.n6CJLGU0044837@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
qingli 2009-07-12 19:20:55 UTC FreeBSD src repository Modified files: sys/netinet6 in6.c Log: SVN rev 195643 on 2009-07-12 19:20:55Z by qingli This patch adds a host route to an interface address (that is assigned to a non loopback/ppp link type) through the loopback interface. Prior to the new L2/L3 rewrite, this host route was explicitly created when processing the IPv6 address assignment. This loopback host route is deleted when that IPv6 address is removed from the interface. Reviewed by: bz, gnn Approved by: re Revision Changes Path 1.118 +46 -0 src/sys/netinet6/in6.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907121921.n6CJLGU0044837>