From owner-cvs-src-old@FreeBSD.ORG Tue Sep 15 19:38:48 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 599FC10656BC for ; Tue, 15 Sep 2009 19:38:48 +0000 (UTC) (envelope-from qingli@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 483788FC0A for ; Tue, 15 Sep 2009 19:38:48 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n8FJcmWL052191 for ; Tue, 15 Sep 2009 19:38:48 GMT (envelope-from qingli@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n8FJcmxc052190 for cvs-src-old@freebsd.org; Tue, 15 Sep 2009 19:38:48 GMT (envelope-from qingli@repoman.freebsd.org) Message-Id: <200909151938.n8FJcmxc052190@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to qingli@repoman.freebsd.org using -f From: Qing Li Date: Tue, 15 Sep 2009 19:38:29 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet in_pcb.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Sep 2009 19:38:48 -0000 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