From owner-freebsd-net@FreeBSD.ORG Fri Jul 10 06:20:03 2009 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 717F6106566B for ; Fri, 10 Jul 2009 06:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5FC6C8FC18 for ; Fri, 10 Jul 2009 06:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6A6K31f040551 for ; Fri, 10 Jul 2009 06:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6A6K3nO040550; Fri, 10 Jul 2009 06:20:03 GMT (envelope-from gnats) Date: Fri, 10 Jul 2009 06:20:03 GMT Message-Id: <200907100620.n6A6K3nO040550@freefall.freebsd.org> To: freebsd-net@FreeBSD.org From: Artis Caune Cc: 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 Reply-To: Artis Caune 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:20:03 -0000 The following reply was made to PR kern/136618; it has been noted by GNATS. From: Artis Caune To: rea-fbsd@codelabs.ru Cc: linimon@freebsd.org, bug-followup@freebsd.org, freebsd-net@freebsd.org, mlaier@freebsd.org Subject: Re: kern/136618: [pf][stf] panic on cloning interface without unit number, e.g. `stf' Date: Fri, 10 Jul 2009 08:53:07 +0300 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.