Date: Mon, 28 Feb 2005 10:08:07 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in_pcb.c Message-ID: <200502281008.j1SA876S006679@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2005-02-28 10:08:07 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/netinet in_pcb.c
Log:
MFC 1.159, 1.160:
We can make code simplier after last change.
Noticed by: Andrew Thompson
In in_pcbconnect_setup() remove a check that route points at
loopback interface. Nobody have explained me sense of this check.
It breaks connect() system call to a destination address which is
loopback routed (e.g. blackholed).
Reviewed by: silence on net@
Revision Changes Path
1.153.2.6 +3 -5 src/sys/netinet/in_pcb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502281008.j1SA876S006679>
