Date: Mon, 9 Nov 2009 19:53:34 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet ip_ipsec.c ip_ipsec.h ip_output.c Message-ID: <200911091953.nA9Jrn1b033536@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
trasz 2009-11-09 19:53:34 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_ipsec.c ip_ipsec.h ip_output.c
Log:
SVN rev 199102 on 2009-11-09 19:53:34Z by trasz
Remove ifdefed out part of code, which seems to have originated a decade ago
in OpenBSD. As it is now, there is no way for this to be useful, since IPsec
is free to forward packets via whatever interface it wants, so checking
capabilities of the interface passed from ip_output (fetched from the routing
table) serves no purpose.
Discussed with: sam@
Revision Changes Path
1.23 +1 -16 src/sys/netinet/ip_ipsec.c
1.5 +1 -2 src/sys/netinet/ip_ipsec.h
1.319 +1 -1 src/sys/netinet/ip_output.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911091953.nA9Jrn1b033536>
