From owner-svn-src-head@FreeBSD.ORG Mon Dec 1 15:09:52 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D164F6FC; Mon, 1 Dec 2014 15:09:52 +0000 (UTC) Received: from mail-ig0-x22b.google.com (mail-ig0-x22b.google.com [IPv6:2607:f8b0:4001:c05::22b]) (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 936EDABC; Mon, 1 Dec 2014 15:09:52 +0000 (UTC) Received: by mail-ig0-f171.google.com with SMTP id z20so9086333igj.16 for ; Mon, 01 Dec 2014 07:09:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=IYmOehHWkzomBfWsiPqVtIIVPKS7ovet2seUoOgwaRI=; b=rZ/ysOEySYYrPPHk1bfXa6apxShX+cQxXrzIlaHFh+sdondxLI1BBBerkHJW7HiFzF XfJq5NhP3itRtWZMNSWo+8W18fv/NHu22YLQ9Q+jvwY5GDVSRu5rRXqsDcAMPZUBtut+ PFdRsG4MEg8NmQaTE0HXiFq5haE1vinB17HtIbEAawr/cJDGW6EnlLJzFtL9OUyYj14G WG07538VuARBwXTU3vqHyQutOwyz0TaORtL8ZPo+X5O2uSiYe1nc5m6HjwAulBvL4NSV G5U8NEfghdsSkJut4jQrWodPkSzpzS50d+Iui4CoerC7mkae/ZnPrQBtruPxM/7iQhiI wLGQ== X-Received: by 10.50.79.166 with SMTP id k6mr46296111igx.0.1417446592009; Mon, 01 Dec 2014 07:09:52 -0800 (PST) MIME-Version: 1.0 Sender: mr.kodiak@gmail.com Received: by 10.64.0.171 with HTTP; Mon, 1 Dec 2014 07:09:21 -0800 (PST) In-Reply-To: <86zjb7frz0.fsf@nine.des.no> References: <201410201442.s9KEggqt096167@svn.freebsd.org> <86zjb7frz0.fsf@nine.des.no> From: Bryan Venteicher Date: Mon, 1 Dec 2014 09:09:21 -0600 X-Google-Sender-Auth: Ew6b1X7qZKJm-XC8tGcyo1G0SqA Message-ID: Subject: Re: svn commit: r273331 - in head: sbin/ifconfig share/man/man4 sys/conf sys/modules sys/modules/if_vxlan sys/net sys/sys To: =?UTF-8?Q?Dag=2DErling_Sm=C3=B8rgrav?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "svn-src-head@freebsd.org" , Bryan Venteicher , "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: Mon, 01 Dec 2014 15:09:53 -0000 On Mon, Dec 1, 2014 at 6:57 AM, Dag-Erling Sm=C3=B8rgrav wrote= : > Bryan Venteicher writes: > > Log: > > Add vxlan interface > > [...] > > This breaks the existing "group" command, which means I now have > machines that won't boot without manual intervention because their > firewall rulesets rely on interface groups. > > Did you even bother to search for "group" in the code, or even in the > man page, before deciding to add a command by that name? > > This stems from my misunderstanding that these commands were scoped. I'll work on fix shortly. > DES > -- > Dag-Erling Sm=C3=B8rgrav - des@des.no >