From owner-freebsd-current@FreeBSD.ORG Fri Nov 25 11:32:08 2011 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A4B8106564A for ; Fri, 25 Nov 2011 11:32:08 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.64.117]) by mx1.freebsd.org (Postfix) with ESMTP id 0A24E8FC0A for ; Fri, 25 Nov 2011 11:32:07 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.5/8.14.5) with ESMTP id pAPBW6vF041508; Fri, 25 Nov 2011 15:32:06 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.5/8.14.5/Submit) id pAPBW6aI041507; Fri, 25 Nov 2011 15:32:06 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Fri, 25 Nov 2011 15:32:06 +0400 From: Gleb Smirnoff To: Daan Vreeken Message-ID: <20111125113206.GO96616@FreeBSD.org> References: <201111240928.51162.Daan@vitsch.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201111240928.51162.Daan@vitsch.nl> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: FreeBSD Current Subject: Re: if_clone.c allows creating multiple interfaces with the same name X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2011 11:32:08 -0000 On Thu, Nov 24, 2011 at 09:28:51AM +0100, Daan Vreeken wrote: D> Hi All, D> D> Recently I've discovered a bug in if_clone.c and if.c where the code allows D> multiple interfaces to be created with exactly the same name (which leads to D> all sorts of other interesting problems). D> I've submitted a PR about this with patches, which can be found here : D> D> http://www.freebsd.org/cgi/query-pr.cgi?pr=162789 D> D> Could anyone take a look at it? I'll try to handle this. -- Totus tuus, Glebius.