From owner-svn-src-head@freebsd.org Wed Mar 15 15:29:14 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C71BD0964B; Wed, 15 Mar 2017 15:29:14 +0000 (UTC) (envelope-from rionda@gmail.com) Received: from mail-qt0-x22d.google.com (mail-qt0-x22d.google.com [IPv6:2607:f8b0:400d:c0d::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 453E2EE5; Wed, 15 Mar 2017 15:29:14 +0000 (UTC) (envelope-from rionda@gmail.com) Received: by mail-qt0-x22d.google.com with SMTP id n21so15071276qta.1; Wed, 15 Mar 2017 08:29:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=NuoqWoyUT8NKRa1N65iW2jn+y9mEre9vErC6oHqFS/U=; b=U9KnxLxKBCeRr12swS1lF8RUPDfaOz8D3a0dyb9zd2oRIneyy+cRHbT2pzEcZbdk8e QM/SPRjmQfbNZMj1SHioI93yZ/ZO6ZnzVz3FTgw/tuT9gEI4QnqV9rhvXjWjwi9kXGBY YYKIBXesqw+i3cL+Z0lsP4sPE1SDapuTsPQnSIC1CENAbFOATJS6JTiwqRYMwLIVsqyC 3zkE5+tTB6bu9L21KNLc8uq6g/ikgmaKOKZ4ZzQD1pnAaPn3nejAXwFXnNjTQB3dmZq+ XzAtI7QmRccXqITAba6y2i3irfEAJNezWSsWoo4pv1EXfTwHrFFFiVv5w+6BcjaJXgOz l7qQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=NuoqWoyUT8NKRa1N65iW2jn+y9mEre9vErC6oHqFS/U=; b=sovwmS7J2U+XQV43LeFTKMViZBXGP29H8+RIn/BKSCmxJLzJTstMcUtFwiSyqZvBPp 2RrZGraknoCkcCE+qHcoUJWNyF3ZfEd9PJ/zf7CkMghke30X0RKpAm1u3tIBLOln2p/I 9BJ66eWNDti220zx30hSSTH0kIJ9rnsh4+lhekf6p0Rt5btBCSXvnq9Rp4AZetD6+ciH l7epm0/blmAfpVK190xpE2UfBNjIBZnwd+L9LXxPN5/pQNf1961Lhwi5l8I0YoyTGqqE g9CfWtQYwho2BEyZOmc4QyMaT83mg2s0zl3oJ/HchMtz3fCEGw1YmwlxFUmLJ5hagWMo RUpQ== X-Gm-Message-State: AFeK/H1tcEM2ogAA+vwQuVGDWQ9xHfjH2y74xNmVxDJ2NpbhBDSZ9HH3mUtdtAvpRGmoPg== X-Received: by 10.200.49.230 with SMTP id i35mr3835485qte.254.1489591752047; Wed, 15 Mar 2017 08:29:12 -0700 (PDT) Received: from [172.31.30.181] (gzac12-mdf2-1.aoa.twosigma.com. [208.77.215.155]) by smtp.gmail.com with ESMTPSA id v39sm1479984qtv.61.2017.03.15.08.29.10 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Mar 2017 08:29:10 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: svn commit: r315305 - in head: . sbin/ipfw From: Matteo Riondato In-Reply-To: <201703151336.v2FDaZS7057372@repo.freebsd.org> Date: Wed, 15 Mar 2017 11:29:09 -0400 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: References: <201703151336.v2FDaZS7057372@repo.freebsd.org> To: "Andrey V. Elsukov" X-Mailer: Apple Mail (2.3259) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 15 Mar 2017 15:29:14 -0000 > On Mar 15, 2017, at 9:36 AM, Andrey V. Elsukov wrote: > > Author: ae > Date: Wed Mar 15 13:36:35 2017 > New Revision: 315305 > URL: https://svnweb.freebsd.org/changeset/base/315305 > > Log: > Change the syntax of ipfw's named states. > > Since the state name is an optional argument, it often can conflict > with other options. To avoid ambiguity now the state name must be > prefixed with a colon. > > Obtained from: Yandex LLC > MFC after: 2 week > Sponsored by: Yandex LLC Relnotes: yes probably? Matteo