From owner-svn-src-all@FreeBSD.ORG Wed Aug 21 15:13:46 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 451297DB for ; Wed, 21 Aug 2013 15:13:46 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AB8E2231B for ; Wed, 21 Aug 2013 15:13:45 +0000 (UTC) Received: (qmail 72728 invoked from network); 21 Aug 2013 15:56:50 -0000 Received: from c00l3r.networx.ch (HELO [127.0.0.1]) ([62.48.2.2]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 21 Aug 2013 15:56:50 -0000 Message-ID: <5214D922.6010208@freebsd.org> Date: Wed, 21 Aug 2013 17:13:38 +0200 From: Andre Oppermann User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Julian Elischer Subject: Re: svn commit: r254519 - in head/sys: netinet netinet6 sys References: <201308191108.r7JB8aQ4057777@svn.freebsd.org> <5212DCD8.4050004@freebsd.org> In-Reply-To: <5212DCD8.4050004@freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Aug 2013 15:13:46 -0000 On 20.08.2013 05:04, Julian Elischer wrote: > On 8/19/13 7:08 PM, Andre Oppermann wrote: >> Author: andre >> Date: Mon Aug 19 11:08:36 2013 >> New Revision: 254519 >> URL: http://svnweb.freebsd.org/changeset/base/254519 >> >> Log: >> Move the global M_SKIP_FIREWALL mbuf flags to a protocol layer specific >> flag instead. The flag is only used within the IP and IPv6 layer 3 >> protocols. > > weeeeelllll, "maybe" > Layer 2 usage of ipfw could make use of this flag as well. > Cisco were using L2 ipfw some years back. I don't know if this affects them at all. L2 firewalls are not affected directly. -- Andre