Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 02/14/2000 20:03:52
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Feb 15 04:03:51 UTC 2000

Modified Files:
	syssrc/sys/netinet: icmp_var.h in_proto.c ip_icmp.c

Log Message:
Add ICMP error rate limiting, based on the same for ICMP6.

Note, we're reusing the previously unused slot for "MTU discovery" (which
was moved to the "net.inet.ip" branch of the sysctl tree quite some time
ago).


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 syssrc/sys/netinet/icmp_var.h
cvs rdiff -r1.35 -r1.36 syssrc/sys/netinet/in_proto.c
cvs rdiff -r1.39 -r1.40 syssrc/sys/netinet/ip_icmp.c

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