Re: [libvirt] [PATCH v2 1/4] network: add platform driver callbacks around firewall reload

2019-01-24 Thread Daniel P . Berrangé
On Wed, Jan 09, 2019 at 10:16:25PM -0500, Laine Stump wrote: > On 12/7/18 11:21 AM, Daniel P. Berrangé wrote: > > Allow the platform driver impls to run logic before and after the > > firewall reload process. > > > > Signed-off-by: Daniel P. Berrangé > > --- > > src/network/bridge_driver.c

Re: [libvirt] [PATCH v2 1/4] network: add platform driver callbacks around firewall reload

2019-01-09 Thread Laine Stump
On 12/7/18 11:21 AM, Daniel P. Berrangé wrote: Allow the platform driver impls to run logic before and after the firewall reload process. Signed-off-by: Daniel P. Berrangé --- src/network/bridge_driver.c | 13 - src/network/bridge_driver_linux.c| 11 +++ src

[libvirt] [PATCH v2 1/4] network: add platform driver callbacks around firewall reload

2018-12-07 Thread Daniel P . Berrangé
Allow the platform driver impls to run logic before and after the firewall reload process. Signed-off-by: Daniel P. Berrangé --- src/network/bridge_driver.c | 13 - src/network/bridge_driver_linux.c| 11 +++ src/network/bridge_driver_nop.c | 11 +++