]> git.ipfire.org Git - thirdparty/libvirt.git/commit
network: make all iptables functions used only in network_iptables.c static
authorLaine Stump <laine@redhat.com>
Sat, 20 Apr 2024 02:19:42 +0000 (22:19 -0400)
committerLaine Stump <laine@redhat.com>
Thu, 23 May 2024 03:19:18 +0000 (23:19 -0400)
commitb4913820ec3403d607d008b7d95166c617335f91
tree1972e48fca6bfb6869995139ee1c5a4ba28a8d78
parent01fd85fed930f56273e9fe266cd370b42a82bd9e
network: make all iptables functions used only in network_iptables.c static

Now that the toplevel iptables functions have been moved out of the
linux bridge driver into network_iptables.c, all of the utility
functions are used only within that same file, so simplify it.

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/network/network_iptables.c
src/network/network_iptables.h