Date: Wed, 27 May 2009 12:44:36 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet ip_input.c Message-ID: <200905271244.n4RCinnj010224@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
trasz 2009-05-27 12:44:36 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_input.c
Log:
SVN rev 192893 on 2009-05-27 12:44:36Z by trasz
Don't discard packets with 'Destination Unreachable' at the beginning
of ip_forward(), if the IPSEC is compiled in. It is possible that there
is an SPD that this packets will go through, even if there is no matching
route. If not, ICMP will be sent anyway, after ip_output().
This is somewhat similar in purpose to r191621, except that one was
for the packets sent from the host, while this one is for packets
being forwarded by the host.
Reviewed by: bz@
Sponsored by: Wheel Sp. z o.o. (http://www.wheel.pl)
Revision Changes Path
1.359 +11 -3 src/sys/netinet/ip_input.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905271244.n4RCinnj010224>
