Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/netinet pullup 1.59->1.60 (mrg): ipfilter should fi...



details:   https://anonhg.NetBSD.org/src/rev/d6a8066467fe
branches:  netbsd-1-4
changeset: 468891:d6a8066467fe
user:      perry <perry%NetBSD.org@localhost>
date:      Tue Jun 22 17:05:50 1999 +0000

description:
pullup 1.59->1.60 (mrg): ipfilter should filter multicast traffic...

diffstat:

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

diffs (25 lines):

diff -r 9d821e8c9eb2 -r d6a8066467fe sys/netinet/ip_output.c
--- a/sys/netinet/ip_output.c   Tue Jun 22 16:56:07 1999 +0000
+++ b/sys/netinet/ip_output.c   Tue Jun 22 17:05:50 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip_output.c,v 1.58 1999/03/27 01:24:50 aidan Exp $     */
+/*     $NetBSD: ip_output.c,v 1.58.2.1 1999/06/22 17:05:50 perry Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -348,6 +348,7 @@
        } else
                m->m_flags &= ~M_BCAST;
 
+sendit:
 #ifdef PFIL_HOOKS
        /*
         * Run through list of hooks for output packets.
@@ -366,7 +367,6 @@
                        ip = mtod(m, struct ip *);
                }
 #endif /* PFIL_HOOKS */
-sendit:
        /*
         * If small enough for mtu of path, can just send directly.
         */



Home | Main Index | Thread Index | Old Index