]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r197203
authorqingli <qingli@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 15 Sep 2009 19:38:29 +0000 (19:38 +0000)
committerqingli <qingli@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 15 Sep 2009 19:38:29 +0000 (19:38 +0000)
commit122ee164407925888f070c0feb75e8add2f99a27
treef0d6cd5ec4bbfe3284bc0049b08f599095764a81
parent1096c5c0a545ae06d95a7dd85a028e49d730487d
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

git-svn-id: svn://svn.freebsd.org/base/stable/8@197229 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet/in_pcb.c