From 315a6035c2eddb9a023bd16673a5f26905a1de1f Mon Sep 17 00:00:00 2001 From: Doh Date: Sun, 1 Nov 2020 14:18:01 -0500 Subject: [PATCH] iptables: fix example description and add link (#4922) --- pages/linux/iptables.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/linux/iptables.md b/pages/linux/iptables.md index e65702206d..5b1db17695 100644 --- a/pages/linux/iptables.md +++ b/pages/linux/iptables.md @@ -1,8 +1,9 @@ # iptables > Program that allows configuration of tables, chains and rules provided by the Linux kernel firewall. +> More information: . -- View chains, rules, and packet/byte counters for all tables: +- View chains, rules, and packet/byte counters for the filter table: `sudo iptables -vnL`