]> xenbits.xensource.com Git - libvirt.git/commit
network: a different implementation of *un*setting firewalld zone when network is...
authorLaine Stump <laine@redhat.com>
Fri, 4 Oct 2024 22:43:02 +0000 (18:43 -0400)
committerLaine Stump <laine@redhat.com>
Wed, 9 Oct 2024 19:54:08 +0000 (15:54 -0400)
commitc0ba3ed69d14a4b9a03475d1ba1d734b27a141f8
tree0c8dd46fdedb0bd3234b06a4c3271796fdaf7ec7
parentcb4e38d4b1e947d0718232a59f964f35ad156c74
network: a different implementation of *un*setting firewalld zone when network is destroyed

(this is a remake of commit v10.7.0-78-g200f60b2e1, which was reverted
due to a regression in another patch it was dependent on. The new
implementation just adds the call to virFirewallDInterfaceUnsetZone()
into the existing networkRemoveFirewallRules() (but only if we had set
a zone when the network was first started).

Replaces: 200f60b2e12e68d618f6d59f0173bb507b678838
Resolves: https://issues.redhat.com/browse/RHEL-61576
Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
src/libvirt_private.syms
src/network/bridge_driver_linux.c
src/util/virfirewalld.c
src/util/virfirewalld.h