nwfilter: Instantiate active filter bindings during driver init
Commit 57f5621f modified nwfilterInstantiateFilter to detect when a filter binding was already present before attempting to add the new binding and instantiate it. Additionally, the change to nwfilterStateInitialize to call virNWFilterBindingObjListLoadAllConfigs (from commit c21679fa) to load active domain filter bindings, but not instantiate them eventually leads to a problem for the QEMU driver reconnection logic after a daemon restart where the filter bindings would no longer be instantiated. Subsequent commit f14c37ce replaced the nwfilterInstantiateFilter with virDomainConfNWFilterInstantiate which uses @ignoreExists to detect presence of the filter and still did not restore the filter instantiation call when making the new nwfilter bindings logic active. Thus in order to instantiate any active domain filter, we will call virNWFilterBuildAll with 'false' to indicate the need to go through all the active bindings calling virNWFilterInstantiateFilter to instantiate the filter bindings. Signed-off-by: NNikolay Shirokovskiy <nshirokovskiy@virtuozzo.com> Reviewed-by: NJohn Ferlan <jferlan@redhat.com>
Showing
想要评论请 注册 或 登录