Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2004 19:14:22 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 47846 for review
Message-ID:  <200402290314.i1T3EMK2049884@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=47846

Change 47846 by rwatson@rwatson_tislabs on 2004/02/28 19:14:02

	Fix botched integ -- use ip_dn_claim_rule(), synchronize
	whitespace to HEAD.

Affected files ...

.. //depot/projects/netperf_socket/sys/net/bridge.c#4 edit

Differences ...

==== //depot/projects/netperf_socket/sys/net/bridge.c#4 (text+ko) ====

@@ -920,10 +920,9 @@
 
     DDB(quad_t ticks; ticks = rdtsc();)
 
-    /* did we match a firewall rule ? */
-    args.rule = ip_dn_find_rule(m0);
+    args.rule = ip_dn_claim_rule(m0);
     if (args.rule)
-        shared = 0;			/* For sure this is our own mbuf. */
+	shared = 0;			/* For sure this is our own mbuf. */
     else
 	bdg_thru++;			/* count 1st time through bdg_forward */
 


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402290314.i1T3EMK2049884>