summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjohn.ogness <john.ogness@newdriver.com>2017-01-15 22:31:59 +0100
committerJohn Ogness <john.ogness@linutronix.de>2017-01-19 15:54:45 +0100
commitf29abb78369f5f077d4f3c04059f2cf766500bd4 (patch)
tree098ac4bd04efd7298ebfa497b9dd11b8f974c3c5 /security
parentdf032c843682aa0917fb55664358b02378b5a928 (diff)
fix iptables comment
Diffstat (limited to 'security')
-rw-r--r--security/firewall/pres_iptables.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/firewall/pres_iptables.tex b/security/firewall/pres_iptables.tex
index 1a99feb..b45eddf 100644
--- a/security/firewall/pres_iptables.tex
+++ b/security/firewall/pres_iptables.tex
@@ -304,7 +304,7 @@ iptables -F <CHAIN> # flush all rules in chain
iptables -P INPUT DROP # opt: REJECT, ACCEPT
iptables -P FORWARD DROP # opt: REJECT, ACCEPT
iptables -P OUTPUT DROP # opt: REJECT, ACCEPT
-# flush all tables
+# flush all chains
iptables -F
...
\end{verbatim}