mirror of
https://github.com/containers/podman.git
synced 2025-11-28 09:09:44 +08:00
Remove iptables references in docs
Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
This commit is contained in:
@@ -20503,9 +20503,9 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../../source/markdown/podman-network-reload.1.md:13
|
#: ../../source/markdown/podman-network-reload.1.md:13
|
||||||
msgid ""
|
msgid ""
|
||||||
"Rootful Podman relies on iptables rules in order to provide network "
|
"Rootful Podman relies on firewall rules in order to provide network "
|
||||||
"connectivity. If the iptables rules are deleted, this happens for example"
|
"connectivity. If the firewall rules are deleted, as can happen"
|
||||||
" with `firewall-cmd --reload`, the container loses network connectivity. "
|
" with the `firewall-cmd --reload` command, the container loses network connectivity. "
|
||||||
"This command restores the network connectivity."
|
"This command restores the network connectivity."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ podman\-network\-reload - Reload network configuration for containers
|
|||||||
## DESCRIPTION
|
## DESCRIPTION
|
||||||
Reload one or more container network configurations.
|
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
|
this happens for example with `firewall-cmd --reload`, the container loses network connectivity. This command restores
|
||||||
the network connectivity.
|
the network connectivity.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user