mirror of
https://github.com/containers/podman.git
synced 2025-11-29 01:28:22 +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
|
||||
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 ""
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user