Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/netinet/ip_input.c,v retrieving revision 1.86 retrieving revision 1.87 diff -u -p -r1.86 -r1.87 --- src/sys/netinet/ip_input.c 1999/05/03 22:12:44 1.86 +++ src/sys/netinet/ip_input.c 1999/05/04 20:13:09 1.87 @@ -1,4 +1,4 @@ -/* $NetBSD: ip_input.c,v 1.86 1999/05/03 22:12:44 thorpej Exp $ */ +/* $NetBSD: ip_input.c,v 1.87 1999/05/04 20:13:09 hwr Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -345,7 +345,6 @@ next: * as wanted by rfc 1112 */ if (IN_MULTICAST(ip->ip_src.s_addr)) { - ipstat.ips_odropped++; goto bad; }