From 002b7704ff757f4bb30741b6fa78a469f6e543d0 Mon Sep 17 00:00:00 2001 From: Laine Stump Date: Fri, 13 May 2016 13:20:54 -0400 Subject: [PATCH] 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