]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove ifdefed out part of code, which seems to have originated a decade ago
authortrasz <trasz@FreeBSD.org>
Mon, 9 Nov 2009 19:53:34 +0000 (19:53 +0000)
committertrasz <trasz@FreeBSD.org>
Mon, 9 Nov 2009 19:53:34 +0000 (19:53 +0000)
commitab44b532fc14160602cb4a00f5a305b6f8750250
treeffaa04187e987888c5e2bd7f7ca534d74dddd77e
parenteeb9a0f3712a14bb7f210f605dceb26e613cbda1
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@
sys/netinet/ip_ipsec.c
sys/netinet/ip_ipsec.h
sys/netinet/ip_output.c