
26 Jun
2018
26 Jun
'18
11:47 a.m.
On 06/26/2018 06:23 AM, Daniel P. Berrangé wrote:
Currently the nwfilter driver does not keep any record of what filter bindings it has active. This means that when it needs to recreate filters, it has to rely on triggering callbacks provided by the virt drivers. This introduces a hash table recording the virNWFilterBinding objects so the driver has a record of all active filters.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- src/conf/virnwfilterobj.h | 4 ++ src/nwfilter/nwfilter_driver.c | 84 ++++++++++++++++++++++++---------- 2 files changed, 63 insertions(+), 25 deletions(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> John BTW: I'm just running the avocado test again for final patch 6/6 checks.