]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: always check for ebtables/iptables binaries, even when using firewalld
authorLaine Stump <laine@redhat.com>
Tue, 17 Nov 2020 01:17:05 +0000 (20:17 -0500)
committerLaine Stump <laine@redhat.com>
Tue, 24 Nov 2020 19:21:53 +0000 (14:21 -0500)
commit56dd128bd06c38fab4256a098124d47d803e919a
tree2d513d89514e43eb488860a507c6097ccc76fd07
parentc102bbd3efc358fb44fa2bb37fb0bcbeaaab72a5
util: always check for ebtables/iptables binaries, even when using firewalld

Even though *we* don't call ebtables/iptables/ip6tables (yet) when the
firewalld backend is selected, firewalld does, so these binaries need
to be there; let's check for them. (Also, the patch after this one is
going to start execing those binaries directly rather than via
firewalld).

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
src/util/virfirewall.c