Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 03/02/2001 04:05:38
Module Name:	syssrc
Committed By:	itojun
Date:		Fri Mar  2 02:05:37 UTC 2001

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

Log Message:
reject packets with 127/8 on IPv4 src/dst, they must not appear on wire
(RFC1122).  torture-tests will be welcomed.
XXX do we want to check source routing headers as well?


To generate a diff of this commit:
cvs rdiff -r1.128 -r1.129 syssrc/sys/netinet/ip_input.c

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