[lxc-devel] Hot-add network devices in LXC

2011-03-10 Thread Carlos N . A . CorrĂȘa
Hi, people. I'm trying to implement a mechanism to permit the addition of a new network device to a container on-the-fly. That would be useful to me in some complex virtual networking scenarios, where a container need to connect to a newborn bridge and I can't stand to lxc-stop/modify config

Re: [lxc-devel] lxc_veth_create() fails

2011-03-10 Thread Daniel Lezcano
On 03/10/2011 10:45 PM, richard -rw- weinberger wrote: hi! i'm trying to use lxc 0.7.4 on centos 5.5 (kernel 2.6.37.3). lxc-start fails when i configure a network. e.g: lxc-start: failed to create vethivvZMG-vethGjB0lG : Operation not supported lxc-start: failed to create netdev

Re: [lxc-devel] Hot-add network devices in LXC

2011-03-10 Thread Daniel Lezcano
On 03/11/2011 02:00 AM, Carlos N. A. CorrĂȘa wrote: Hi, people. I'm trying to implement a mechanism to permit the addition of a new network device to a container on-the-fly. That would be useful to me in some complex virtual networking scenarios, where a container need to connect to a