Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet It does not make much sense to increase a "outpu...



details:   https://anonhg.NetBSD.org/src/rev/21ee968fbf1b
branches:  trunk
changeset: 472688:21ee968fbf1b
user:      hwr <hwr%NetBSD.org@localhost>
date:      Tue May 04 20:13:09 1999 +0000

description:
It does not make much sense to increase a "output" counter on input.

diffstat:

 sys/netinet/ip_input.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 231ac4d0aa6a -r 21ee968fbf1b sys/netinet/ip_input.c
--- a/sys/netinet/ip_input.c    Tue May 04 20:08:04 1999 +0000
+++ b/sys/netinet/ip_input.c    Tue May 04 20:13:09 1999 +0000
@@ -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 @@
         * as wanted by rfc 1112
         */
        if (IN_MULTICAST(ip->ip_src.s_addr)) {
-               ipstat.ips_odropped++;
                goto bad;
        }
 



Home | Main Index | Thread Index | Old Index