From owner-svn-src-head@FreeBSD.ORG Thu Oct 9 19:43:30 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8AEE8B35; Thu, 9 Oct 2014 19:43:30 +0000 (UTC) Received: from mail-pa0-x22d.google.com (mail-pa0-x22d.google.com [IPv6:2607:f8b0:400e:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4E542FD6; Thu, 9 Oct 2014 19:43:30 +0000 (UTC) Received: by mail-pa0-f45.google.com with SMTP id rd3so323555pab.4 for ; Thu, 09 Oct 2014 12:43:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=iQp1oyFcG0x7LWndRfKAYKRyf9mqzPzZfpwjwfzwmfg=; b=yxclcm97BY/n9229htQKywUAkWZDrapmiVb08Cn+S4cB54CcgZNKmvXYNLd5je7T/w JejWoplY5EkvVggG+2ptVZjnXomFt6x0E+Xbvv85KcuqZYxUnAYqYPxzVoyzBLekh+nQ t8R662/2uNnOALguEU7RF1vD667l4wcz9m93RVyGsPGj0GJ6+acLv5wIq/I0iKMwPSTa jTgEyZbcCa+5dG+kSL7XUoQdx1nSG/g4nZdGITWHVEQHyjQIYnRuK6ie7t7FYCjm/HIr LUM6DU62t6LsbAsI3uVQRVDs+/UTzenNZhzftPNVngVa8GG6htwkoHDhBpVTKqWJbS6F pJFA== X-Received: by 10.68.129.138 with SMTP id nw10mr98556pbb.143.1412883809877; Thu, 09 Oct 2014 12:43:29 -0700 (PDT) Received: from [10.61.9.12] (mobile-166-137-212-101.mycingular.net. [166.137.212.101]) by mx.google.com with ESMTPSA id uc7sm1338362pbc.10.2014.10.09.12.43.28 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 09 Oct 2014 12:43:28 -0700 (PDT) References: <201410091932.s99JWaSc065624@svn.freebsd.org> Mime-Version: 1.0 (1.0) In-Reply-To: <201410091932.s99JWaSc065624@svn.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <9BFD4761-FD58-4933-A1A1-31E77E440835@gmail.com> X-Mailer: iPhone Mail (11D257) From: Garrett Cooper Subject: Re: svn commit: r272840 - in head: sbin/ipfw sys/conf sys/modules/ipfw sys/netgraph sys/netinet sys/netpfil/ipfw Date: Thu, 9 Oct 2014 12:43:24 -0700 To: "Alexander V. Chernikov" Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2014 19:43:30 -0000 > On Oct 9, 2014, at 12:32, "Alexander V. Chernikov" w= rote: >=20 > Author: melifaro > Date: Thu Oct 9 19:32:35 2014 > New Revision: 272840 > URL: https://svnweb.freebsd.org/changeset/base/272840 ... > MFC after: 1 month Should this be MFCed? Does it break existing usability? > Sponsored by: Yandex LLC Relnotes: YES=