From 343a196448461bde2da538e85a4492227f182fc4 Mon Sep 17 00:00:00 2001 From: Mario Loriedo Date: Tue, 18 Nov 2025 13:40:48 +0100 Subject: [PATCH] Remove iptables references in docs Signed-off-by: Mario Loriedo --- docs/source/locale/ja/LC_MESSAGES/markdown.po | 6 +++--- docs/source/markdown/podman-network-reload.1.md.in | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/locale/ja/LC_MESSAGES/markdown.po b/docs/source/locale/ja/LC_MESSAGES/markdown.po index 4ae143667a..810190da4a 100644 --- a/docs/source/locale/ja/LC_MESSAGES/markdown.po +++ b/docs/source/locale/ja/LC_MESSAGES/markdown.po @@ -20503,9 +20503,9 @@ msgstr "" #: ../../source/markdown/podman-network-reload.1.md:13 msgid "" -"Rootful Podman relies on iptables rules in order to provide network " -"connectivity. If the iptables rules are deleted, this happens for example" -" with `firewall-cmd --reload`, the container loses network connectivity. " +"Rootful Podman relies on firewall rules in order to provide network " +"connectivity. If the firewall rules are deleted, as can happen" +" with the `firewall-cmd --reload` command, the container loses network connectivity. " "This command restores the network connectivity." msgstr "" diff --git a/docs/source/markdown/podman-network-reload.1.md.in b/docs/source/markdown/podman-network-reload.1.md.in index 08b6e22fe3..87e926aa11 100644 --- a/docs/source/markdown/podman-network-reload.1.md.in +++ b/docs/source/markdown/podman-network-reload.1.md.in @@ -9,7 +9,7 @@ podman\-network\-reload - Reload network configuration for containers ## DESCRIPTION Reload one or more container network configurations. -Rootful Podman relies on iptables rules in order to provide network connectivity. If the iptables rules are deleted, +Rootful Podman relies on the firewall rules in order to provide network connectivity. If the firewall rules are deleted, this happens for example with `firewall-cmd --reload`, the container loses network connectivity. This command restores the network connectivity.