From owner-freebsd-net@FreeBSD.ORG Fri Jul 10 06:14:15 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23E32106566C; Fri, 10 Jul 2009 06:14:15 +0000 (UTC) (envelope-from artis.caune@gmail.com) Received: from mail-fx0-f205.google.com (mail-fx0-f205.google.com [209.85.220.205]) by mx1.freebsd.org (Postfix) with ESMTP id 269888FC0A; Fri, 10 Jul 2009 06:14:13 +0000 (UTC) (envelope-from artis.caune@gmail.com) Received: by fxm1 with SMTP id 1so594755fxm.19 for ; Thu, 09 Jul 2009 23:14:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=zRLmI1dvkcNPIXimSa7+D+/CgnEULCLKK4hvdt/aXRY=; b=EX1Yi7fl+hK9wKHJHI7sTvUutgXifYvZmxEg8lg7vmq8RaqnJGsZOyZTp4gnxl0MZF PDpvNuq7CvVcsSP6CBD25Sj6DfNtmYqUfvUbyBDQfKdjMQ7tsUJUchmOtCOEh23Wf45V 91Ni3E/B4W6hvjW+WjcCcqOwIiAtzXiuJs7xY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=S7FLkeZBih+vz/ay/zyLMwRpJ1Ntnd9og5SL5kiLr12bmKy/j31oxS/oMBfr03Qp92 ehmHF5dJD3reXbofhfqNnwhGCOz+JeXx8FUa17rqj5SWgubXEQv2TX4A8gfQskfL1K75 wLzVlsN7vICQJosfO1p2Z20eVpEUxb8cwMv0k= MIME-Version: 1.0 Received: by 10.103.197.14 with SMTP id z14mr869086mup.1.1247205187562; Thu, 09 Jul 2009 22:53:07 -0700 (PDT) In-Reply-To: References: <200907091827.n69IR0Sl084730@freefall.freebsd.org> Date: Fri, 10 Jul 2009 08:53:07 +0300 Message-ID: <9e20d71e0907092253m69346b0nde7095f7de9bc36f@mail.gmail.com> From: Artis Caune To: rea-fbsd@codelabs.ru Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-net@freebsd.org, mlaier@freebsd.org, bug-followup@freebsd.org, linimon@freebsd.org Subject: Re: kern/136618: [pf][stf] panic on cloning interface without unit number, e.g. `stf' X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jul 2009 06:14:15 -0000 2009/7/10 Eygene Ryabinkin : > There is kern/127042 (rather old one, but it essentially the same as the > current PR) that addresses this aspect of the problem: it > > =C2=A0- additionally, it refuses to rename interface to the name that > =C2=A0 coincides with one of existing group names (second and third hunks= of > =C2=A0 the patch in the said PR, by the way, last hunk misses '{' after '= if' > =C2=A0 and has 'groupname' instead of 'new_name'). sorry for bad patch, my bad s/copy/coffee/ thanks for working on this. --=20 Artis Caune Everything should be made as simple as possible, but not simpler.