Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 10/12/1999 07:51:35
Module Name: syssrc
Committed By: sommerfeld
Date: Tue Oct 12 14:51:35 UTC 1999
Modified Files:
syssrc/sys/netinet: ip_fil.c
Log Message:
in ipfr_fastroute, before calling icmp_error(), put received-interface
back into the packet. (ip_output() clears it since ipsec reuses that
packet field in the output path. by putting it back, we're going to
pretend we're back on the input path now).
To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 syssrc/sys/netinet/ip_fil.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.