Re: [libvirt PATCH 07/10] qemu/lxc: plumb isolatedPort from config down through bridge attachment

2020-02-18 Thread Laine Stump
On 2/18/20 12:46 PM, Ján Tomko wrote: On Sun, Feb 16, 2020 at 11:22:56PM -0500, Laine Stump wrote: This patch pushes the isolatedPort setting from the down all the way to the callers of virNetDevBridgeAddPort(), and sets BR_ISOLATED on the port (using virNetDevBridgePortSetIsolated()) after the

Re: [libvirt PATCH 07/10] qemu/lxc: plumb isolatedPort from config down through bridge attachment

2020-02-18 Thread Ján Tomko
On Sun, Feb 16, 2020 at 11:22:56PM -0500, Laine Stump wrote: This patch pushes the isolatedPort setting from the down all the way to the callers of virNetDevBridgeAddPort(), and sets BR_ISOLATED on the port (using virNetDevBridgePortSetIsolated()) after the port has been successfully added to th

[libvirt PATCH 07/10] qemu/lxc: plumb isolatedPort from config down through bridge attachment

2020-02-16 Thread Laine Stump
This patch pushes the isolatedPort setting from the down all the way to the callers of virNetDevBridgeAddPort(), and sets BR_ISOLATED on the port (using virNetDevBridgePortSetIsolated()) after the port has been successfully added to the bridge. Signed-off-by: Laine Stump --- src/bhyve/bhyve_com