[libvirt] [PATCH] Make LXC work with new network configuration types

2011-10-04 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com If using one of the new non-NAT/routed virtual network configurations, the LXC driver would not know how to setup the VETH devices. Adding in calls to setup the actual network configuration at VM startup and cleanup when shutting down fixes this. *

Re: [libvirt] [PATCH] Make LXC work with new network configuration types

2011-10-04 Thread Laine Stump
On 10/04/2011 08:52 AM, Daniel P. Berrange wrote: From: Daniel P. Berrangeberra...@redhat.com If using one of the new non-NAT/routed virtual network configurations, the LXC driver would not know how to setup the VETH devices. Adding in calls to setup the actual network configuration at VM