Date: Tue, 15 Sep 2009 19:38:29 +0000 (UTC) From: Qing Li <qingli@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet in_pcb.c Message-ID: <200909151938.n8FJcmxc052190@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
qingli 2009-09-15 19:38:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet in_pcb.c Log: SVN rev 197229 on 2009-09-15 19:38:29Z by qingli MFC r197203 Previously local end of point-to-point interface is not reachable within the system that owns the interface. Packets destined to the local end point leak to the wire towards the default gateway if one exists. This behavior is changed as part of the L2/L3 rewrite efforts. The local end point is now reachable within the system. The inpcb code needs to consider this fact during the address selection process. Reviewed by: bz Approved by: re Revision Changes Path 1.260.2.2 +2 -0 src/sys/netinet/in_pcb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909151938.n8FJcmxc052190>