PERFORCE change 47846 for review

Robert Watson rwatson at FreeBSD.org
Sat Feb 28 19:14:23 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=47846

Change 47846 by rwatson at 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 */
 


More information about the p4-projects mailing list