]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Make LXC work with new network configuration types
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 4 Oct 2011 12:47:26 +0000 (13:47 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 6 Oct 2011 09:20:01 +0000 (10:20 +0100)
commitb59bb931291ea632977cbe13dff3aef20ae76393
tree3320042f5d23961c71926cd0d3284be5af2f00fd
parent5298551e07a9839c046e0987b325e03f8ba801e5
Make LXC work with new network configuration types

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.

* src/lxc/lxc_driver.c: Setup/cleanup actual net devs
src/lxc/lxc_driver.c