mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-24 07:08:53 +01:00
Deprecate 'show tos' in favor of 'show mangle'
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3086 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
eae01af2fc
commit
7b401c9036
@ -253,19 +253,19 @@ save)
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
show)
|
show)
|
||||||
echo "show: show [ <chain> [ <chain> ...] |actions|classifiers|connections|log|macros|nat|tc|tos|zones]
|
echo "show: show [ <chain> [ <chain> ...] |actions|classifiers|connections|log|macros|mangle|nat|tc|zones]
|
||||||
|
|
||||||
shorewall [-x] show <chain> [ <chain> ... ] - produce a verbose report about the IPtable chain(s).
|
shorewall [-x] show <chain> [ <chain> ... ] - produce a verbose report about the IPtable chain(s).
|
||||||
(iptables -L chain -n -v)
|
(iptables -L chain -n -v)
|
||||||
|
|
||||||
shorewall show actions - produce a list of builtin actions and actions defined in /usr/share/shorewall/actions.std and /etc/shorewall
|
shorewall show actions - produce a list of builtin actions and actions defined in /usr/share/shorewall/actions.std and /etc/shorewall
|
||||||
|
|
||||||
|
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.
|
shorewall [-x] show nat - produce a verbose report about the nat table.
|
||||||
(iptables -t nat -L -n -v)
|
(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.
|
shorewall show log - display the last 20 packet log entries.
|
||||||
|
|
||||||
shorewall show macros -- displays the standard macros.
|
shorewall show macros -- displays the standard macros.
|
||||||
|
@ -510,7 +510,7 @@ usage() # $1 = exit status
|
|||||||
echo " restart [ <directory> ]"
|
echo " restart [ <directory> ]"
|
||||||
echo " restore [ <file name> ]"
|
echo " restore [ <file name> ]"
|
||||||
echo " save [ <file name> ]"
|
echo " save [ <file name> ]"
|
||||||
echo " show [<chain> [ <chain> ... ]|actions|capabilities|classifiers|connections|log|macros|nat|tc|tos|zones]"
|
echo " show [<chain> [ <chain> ... ]|actions|capabilities|classifiers|connections|log|macros|mangle|nat|tc|zones]"
|
||||||
echo " start [ <directory> ]"
|
echo " start [ <directory> ]"
|
||||||
echo " stop"
|
echo " stop"
|
||||||
echo " status"
|
echo " status"
|
||||||
|
Loading…
Reference in New Issue
Block a user