From owner-freebsd-virtualization@FreeBSD.ORG Tue Aug 25 13:16:27 2009 Return-Path: Delivered-To: virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E68F106568F for ; Tue, 25 Aug 2009 13:16:27 +0000 (UTC) (envelope-from nvass9573@gmx.com) Received: from mail.gmx.com (unknown [213.165.64.42]) by mx1.freebsd.org (Postfix) with SMTP id 7B86E8FC29 for ; Tue, 25 Aug 2009 13:16:26 +0000 (UTC) Received: (qmail invoked by alias); 25 Aug 2009 13:16:24 -0000 Received: from unknown (EHLO [192.168.23.10]) [79.107.191.15] by mail.gmx.com (mp-eu004) with SMTP; 25 Aug 2009 15:16:24 +0200 X-Authenticated: #46156728 X-Provags-ID: V01U2FsdGVkX1+pUMx2J9ipZHhG8LFQDcn6F1eu8EHZuLqgDfzyUs DcVgBCEpMXbvoH Message-ID: <4A93E416.20200@gmx.com> Date: Tue, 25 Aug 2009 16:16:06 +0300 From: Nikos Vassiliadis User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: virtualization@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.68 Cc: Subject: interface name collisions X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Aug 2009 13:16:27 -0000 Hello, It seems that there is no checking for name collisions, when an interface is claimed from a child vnet. create ngeth0 > lab# ngctl mkpeer eiface ether ether create test jail > lab# jail -c persist vnet name=test create ngeth0@test > lab# jexec test ngctl mkpeer eiface ether ether claim ngeth0@test > lab# ifconfig ngeth0 -vnet test > lab# ifconfig ngeth0 > ngeth0: flags=8802 metric 0 mtu 1500 > ether 00:00:00:00:00:00 > ether 00:00:00:00:00:00 > lab# Thanks in advance, Nikos