]> xenbits.xensource.com Git - libvirt.git/commit
util: remove currentBackend from virfirewall.c
authorLaine Stump <laine@redhat.com>
Tue, 16 Nov 2021 19:27:00 +0000 (14:27 -0500)
committerLaine Stump <laine@redhat.com>
Mon, 13 Dec 2021 18:37:31 +0000 (13:37 -0500)
commitd566cc55bff47b50dad2d3ffcedf8e635011679b
treeec21b1b116a7e1e2ffb1fe45128ab6cb50ad7eaf
parentab238e23b4d313b3d5f44684990c52df1ff89821
util: remove currentBackend from virfirewall.c

Since the currentBackend (direct vs. firewalld) setting is no longer
used for anything, we don't need to set it (either explicitly from
tests, or implicitly during init), and can completely remove it.

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/libvirt_private.syms
src/util/virfirewall.c
src/util/virfirewallpriv.h [deleted file]
tests/networkxml2firewalltest.c
tests/nwfilterebiptablestest.c
tests/nwfilterxml2firewalltest.c
tests/virfirewalltest.c