Re: [libvirt] [PATCH 1/3] network: pull global chain init into separate method

2019-05-22 Thread Jim Fehlig
On 5/22/19 6:29 AM, Daniel P. Berrangé wrote: Pull the logic for creating global iptables chains into a separate method and protect its invokation with virOnce, to make it possible to reuse it in non-startup paths. Signed-off-by: Daniel P. Berrangé --- src/network/bridge_driver_linux.c | 39

Re: [libvirt] [PATCH 1/3] network: pull global chain init into separate method

2019-05-22 Thread Eric Blake
On 5/22/19 7:29 AM, Daniel P. Berrangé wrote: > Pull the logic for creating global iptables chains into a separate > method and protect its invokation with virOnce, to make it possible invocation > to reuse it in non-startup paths. > > Signed-off-by: Daniel P. Berrangé > --- >

[libvirt] [PATCH 1/3] network: pull global chain init into separate method

2019-05-22 Thread Daniel P . Berrangé
Pull the logic for creating global iptables chains into a separate method and protect its invokation with virOnce, to make it possible to reuse it in non-startup paths. Signed-off-by: Daniel P. Berrangé --- src/network/bridge_driver_linux.c | 39 +++ 1 file changed,