From a728c60d67260df91435898fd113ad13fa426953 Mon Sep 17 00:00:00 2001 From: Zbynek Vyboh Date: Tue, 1 Apr 2014 16:14:38 +0200 Subject: [PATCH] Update configure-linux-iptables-firewall.txt typo fix --- source/tutorial/configure-linux-iptables-firewall.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/tutorial/configure-linux-iptables-firewall.txt b/source/tutorial/configure-linux-iptables-firewall.txt index baa817d7379..8b32f9808f1 100644 --- a/source/tutorial/configure-linux-iptables-firewall.txt +++ b/source/tutorial/configure-linux-iptables-firewall.txt @@ -295,7 +295,7 @@ operation at the system shell. .. code-block:: sh - iptables --L + iptables -L Flush all ``iptables`` Rules ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -306,7 +306,7 @@ following operation at the system shell to flush all rules: .. code-block:: sh - iptables --F + iptables -F If you've already made your ``iptables`` rules persistent, you will need to repeat the appropriate procedure in the