From owner-p4-projects@FreeBSD.ORG Sat Feb 28 19:14:23 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B6FB916A4D0; Sat, 28 Feb 2004 19:14:22 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76F3816A4CE for ; Sat, 28 Feb 2004 19:14:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71DDC43D1D for ; Sat, 28 Feb 2004 19:14:22 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1T3EMGe049887 for ; Sat, 28 Feb 2004 19:14:22 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1T3EMK2049884 for perforce@freebsd.org; Sat, 28 Feb 2004 19:14:22 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sat, 28 Feb 2004 19:14:22 -0800 (PST) Message-Id: <200402290314.i1T3EMK2049884@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 47846 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Feb 2004 03:14:23 -0000 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 */