Re: [libvirt] [PATCH v2 06/18] LXC from native: migrate veth network configuration

2014-02-04 Thread Daniel P. Berrange
On Thu, Jan 30, 2014 at 10:55:54AM +0100, Cédric Bosdonnat wrote: Some of the LXC configuration properties aren't migrated since they would only cause problems in libvirt-lxc: * lxc.network.ipv[46]: LXC driver doesn't setup IP address of guests, see rhbz#1059624 * lxc.network.name,

[libvirt] [PATCH v2 06/18] LXC from native: migrate veth network configuration

2014-01-30 Thread Cédric Bosdonnat
Some of the LXC configuration properties aren't migrated since they would only cause problems in libvirt-lxc: * lxc.network.ipv[46]: LXC driver doesn't setup IP address of guests, see rhbz#1059624 * lxc.network.name, see rhbz#1059630 --- src/lxc/lxc_native.c | 114