Re: [libvirt PATCH 2/5] qemu: check if 'floor' is supported for given interface and network

2020-02-12 Thread Ján Tomko
On Wed, Feb 12, 2020 at 09:20:55AM +0100, Michal Privoznik wrote: On 2/10/20 5:10 PM, Pavel Mores wrote: Even if an interface of type 'network', setting 'floor' is only supported if the network's forward type is nat, route, open or none. Signed-off-by: Pavel Mores ---

Re: [libvirt PATCH 2/5] qemu: check if 'floor' is supported for given interface and network

2020-02-12 Thread Michal Privoznik
On 2/10/20 5:10 PM, Pavel Mores wrote: Even if an interface of type 'network', setting 'floor' is only supported if the network's forward type is nat, route, open or none. Signed-off-by: Pavel Mores --- src/network/bridge_driver.c | 17 + 1 file changed, 17 insertions(+)

[libvirt PATCH 2/5] qemu: check if 'floor' is supported for given interface and network

2020-02-10 Thread Pavel Mores
Even if an interface of type 'network', setting 'floor' is only supported if the network's forward type is nat, route, open or none. Signed-off-by: Pavel Mores --- src/network/bridge_driver.c | 17 + 1 file changed, 17 insertions(+) diff --git a/src/network/bridge_driver.c