Re: [pve-devel] [PATCH lxc] consistent interface names and live network update

2015-08-06 Thread Wolfgang Bumiller
That was supposed to be [PATCH pve-container] On Thu, Aug 06, 2015 at 03:46:47PM +0200, Wolfgang Bumiller wrote: > veth${vmid}.${id} looks like a vlan device, with qemu we use > tap${vmid}i${id}, so it makes sense to use an 'i' for > containers, too. > > Fixed update_net to work with the new conf

[pve-devel] [PATCH lxc] consistent interface names and live network update

2015-08-06 Thread Wolfgang Bumiller
veth${vmid}.${id} looks like a vlan device, with qemu we use tap${vmid}i${id}, so it makes sense to use an 'i' for containers, too. Fixed update_net to work with the new configuration method, it still expected the old configuration hash and errored when trying to change the network interface confi