From: Laine Stump Date: Fri, 13 May 2016 17:20:54 +0000 (-0400) Subject: lxc: support X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=002b7704ff757f4bb30741b6fa78a469f6e543d0;p=libvirt.git lxc: support This is identical to type='bridge', but without the "connect to a bridge" part, so it can be handled by using the same functions (and often even the same cases in switch statements), after renaming virLXCProcessSetupInterfaceBridged() to virLXCProcessInterfaceTap() and enhancing it to skip bridge-related items when brname == NULL. To be truly useful, we need to support setting the ip address on the host side veth as well as guest side veth (already supported for type='bridge'), as well as setting the peer address for both. The