From dc0c49000b09b49ce0910a3804394dd0363eed20 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 27 Nov 2005 23:18:45 +0000 Subject: [PATCH] Deprecate 'show tos' in favor of 'show mangle' git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3087 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-docs2/starting_and_stopping_shorewall.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Shorewall-docs2/starting_and_stopping_shorewall.xml b/Shorewall-docs2/starting_and_stopping_shorewall.xml index ec01f0e70..762b52ce3 100644 --- a/Shorewall-docs2/starting_and_stopping_shorewall.xml +++ b/Shorewall-docs2/starting_and_stopping_shorewall.xml @@ -15,7 +15,7 @@ - 2005-10-04 + 2005-11-27 2004 @@ -793,14 +793,14 @@ ... ] - produce a verbose report about the Netfilter chain(s). (iptables -L chain -n -v) + shorewall [ -x ] show mangle - produce a + verbose report about the mangle table. (iptables -t mangle + -L -n -v) + shorewall [ -x ] show nat - produce a verbose report about the nat table. (iptables -t nat -L -n -v) - shorewall [ -x ] show tos - produce a - verbose report about the mangle table. (iptables -t mangle - -L -n -v) - shorewall show log - display the last 20 packet log entries.