Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Peter Postma <peter@netbsd.org>
List: source-changes
Date: 07/10/2006 15:35:39
Module Name:	src
Committed By:	peter
Date:		Mon Jul 10 15:35:39 UTC 2006

Modified Files:
	src/sys/netinet: ip_icmp.c

Log Message:
Moves the PF_GENERATED m_tag to the new packet in icmp_error.
This is needed because the pf code can call icmp_error with setting
this tag, but the new packet should not be filtered when it comes back
to pf(4).

ok christos@


To generate a diff of this commit:
cvs rdiff -r1.99 -r1.100 src/sys/netinet/ip_icmp.c

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