Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Darren Reed <darrenr@netbsd.org>
List: source-changes
Date: 07/05/1999 00:24:39
Module Name: syssrc
Committed By: darrenr
Date: Mon Jul 5 07:24:39 UTC 1999
Modified Files:
syssrc/sys/netinet: raw_ip.c
Log Message:
Call icmp_error() at the bottom of rip_input IFF rip_input is the handler
for the protocol in the specified packet.
Fix statistic gathering to not make bogus increments of ips_delivered and
ips_noproto for cases where rip_input() is called by a protocol handler
(such as icmp_input or igmp_input) which has already processed the packet.
To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 syssrc/sys/netinet/raw_ip.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.