Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 08/25/1999 19:57:00
Module Name:	syssrc
Committed By:	itojun
Date:		Thu Aug 26 02:57:00 UTC 1999

Modified Files:
	syssrc/sys/netinet: ip_fil.c ip_ipip.c

Log Message:
clear m->m_pkthdr.rcvif before calling ip_output().
the member is used to pass struct socket to ip{,6}_output for ipsec decisions.

(i agree it is kind of ugly.  we need to modify struct mbuf if we are
to do better - which seems to me a bit too much)


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 syssrc/sys/netinet/ip_fil.c
cvs rdiff -r1.6 -r1.7 syssrc/sys/netinet/ip_ipip.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.