[libvirt PATCH 28/28] network: improve log message when reloading virtual network firewall rules

Laine Stump posted 28 patches 1 year, 5 months ago
There is a newer version of this series
[libvirt PATCH 28/28] network: improve log message when reloading virtual network firewall rules
Posted by Laine Stump 1 year, 5 months ago
It's not always iptables rules that are being reloaded, could be
nftables. Also the message previously didn't clarify that this is only
reloading the rules for active virtual networks (and not for nwfilter,
for example).

Signed-off-by: Laine Stump <laine@redhat.com>
---
 src/network/bridge_driver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/network/bridge_driver.c b/src/network/bridge_driver.c
index 1b831f9a36..7783473a0f 100644
--- a/src/network/bridge_driver.c
+++ b/src/network/bridge_driver.c
@@ -1735,7 +1735,7 @@ networkReloadFirewallRules(virNetworkDriverState *driver,
                            bool startup,
                            bool force)
 {
-    VIR_INFO("Reloading iptables rules");
+    VIR_INFO("Reloading firewall rules for active virtual networks");
     /* Ideally we'd not even register the driver when unprivilegd
      * but until we untangle the virt driver that's not viable */
     if (!driver->privileged)
-- 
2.39.2