Although I wouldn't consider myself an expert on this,

My observation is that network interfaces (generally bridge but
logically should also include tap and tun interfaces) exist as devices
on the Host and not within a container. Inside the container, eth0 can
be configured with additional br/tap/tun interfaces because these
types of devices can be chained, but so far I've rarely encountered
that.

So, it would be logical that if these devices existed as Host devices
and not within the container, the devices would persist beyond the
life of a single container.

Note also that as a Host device any number and type of virtual guests
(including Containers) can use any available device that already
exists on the Host.

This is just based on observation, if someone knows differently, am
open to correction.

Tony


On Wed, Sep 11, 2013 at 2:07 AM, Fajar A. Nugraha <l...@fajar.net> wrote:
> I have a strange issue, in that if I stop a container (i.e. "poweroff" from
> within a container) the tap interface is not deleted. I have to delete it
> manually using "ip link del" from the host. Is this a known bug?
>
> Ubuntu 12.04.3 LTS
> linux-image-generic-lts-raring 3.8.0.30.30
> lxc 0.9.0.0~staging~20130910-2143-0 from ppa:ubuntu-lxc/daily
>
> --
> Fajar
>
> ------------------------------------------------------------------------------
> How ServiceNow helps IT people transform IT departments:
> 1. Consolidate legacy IT systems to a single system of record for IT
> 2. Standardize and globalize service processes across IT
> 3. Implement zero-touch automation to replace manual, redundant tasks
> http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
> _______________________________________________
> Lxc-users mailing list
> Lxc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/lxc-users
>

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to