]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util/network: move viriptables.[ch] from util to network directory
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)
commite1f6d2c20522fc0a9ebc2c3b8860bdc97a0e89fa
tree25dfb23c3a45d244ebe5269b18eb28aef0215db6
parent66b052263d6ff046c60f4fce263e07c0d9bdd059
util/network: move viriptables.[ch] from util to network directory

These functions are only ever used by the network driver, and are so
specific to the network driver's usage of iptables that they likely
won't ever be used elsewhere. The files are renamed to
network_iptables.[ch] to be more in line with driver-specific file
naming conventions.

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
po/POTFILES
src/libvirt_private.syms
src/network/bridge_driver_linux.c
src/network/meson.build
src/network/network_iptables.c [moved from src/util/viriptables.c with 99% similarity]
src/network/network_iptables.h [moved from src/util/viriptables.h with 99% similarity]
src/util/meson.build