Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2009 16:16:06 +0300
From:      Nikos Vassiliadis <nvass9573@gmx.com>
To:        virtualization@freebsd.org
Subject:   interface name collisions
Message-ID:  <4A93E416.20200@gmx.com>

next in thread | raw e-mail | index | archive | help
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<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
>         ether 00:00:00:00:00:00
>         ether 00:00:00:00:00:00
> lab#

Thanks in advance, Nikos



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A93E416.20200>