Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 05/20/2001 16:03:39
Module Name:	syssrc
Committed By:	martin
Date:		Sun May 20 13:03:39 UTC 2001

Modified Files:
	syssrc/sys/netinet: ip_nat.c

Log Message:
Remove tests for IPN_FRAG bits.
There is no place in the source where this bit could ever be set (or I'm
to blind to find it).

This fixes PR 12671.

If someone thinks this is the wrong solution, please make sure to (a) reopen
the PR and (b) explain to me how the tested bits would ever get set. I'll
be glad to then look further for the real cause (i.e. the flags not getting
set in the case described in the PR).


To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 syssrc/sys/netinet/ip_nat.c

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