mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
Allow 'shorewall[-lite] show filters'
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8308 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
93d87dd01b
commit
96a1c58405
@ -490,7 +490,7 @@ show_command() {
|
||||
echo
|
||||
show_tc
|
||||
;;
|
||||
classifiers)
|
||||
classifiers|filters)
|
||||
[ $# -gt 1 ] && usage 1
|
||||
echo "$PRODUCT $version Clasifiers at $HOSTNAME - $(date)"
|
||||
echo
|
||||
|
@ -1406,7 +1406,7 @@ usage() # $1 = exit status
|
||||
echo " restart [ -n ] [ -C {shell|perl} ] [ <directory> ]"
|
||||
echo " restore [ -n ] [ <file name> ]"
|
||||
echo " save [ <file name> ]"
|
||||
echo " show [ -x ] [ -m ] [-f] [ -t {filter|mangle|nat} ] [ {chain [<chain> [ <chain> ... ]|actions|capabilities|classifiers|config|connections|ip|log|macros|mangle|nat|routing|tc|vardir|zones} ]"
|
||||
echo " show [ -x ] [ -m ] [-f] [ -t {filter|mangle|nat} ] [ {chain [<chain> [ <chain> ... ]|actions|capabilities|classifiers|config|connections|filters|ip|log|macros|mangle|nat|routing|tc|vardir|zones} ]"
|
||||
echo " start [ -f ] [ -n ] [ -C {shell|perl} ] [ <directory> ]"
|
||||
echo " stop [ -f ]"
|
||||
echo " status"
|
||||
|
@ -374,7 +374,7 @@ usage() # $1 = exit status
|
||||
echo " restart [ -n ]"
|
||||
echo " restore [ -n ] [ <file name> ]"
|
||||
echo " save [ <file name> ]"
|
||||
echo " show [ -x ] [ -m ] [ -f ] [ -t {filter|mangle|nat} ] [ {chain [<chain> [ <chain> ... ]|capabilities|classifiers|config|connections|ip|log|mangle|nat|routing|tc|vardir|zones} ]"
|
||||
echo " show [ -x ] [ -m ] [ -f ] [ -t {filter|mangle|nat} ] [ {chain [<chain> [ <chain> ... ]|capabilities|classifiers|config|connections|filters|ip|log|mangle|nat|routing|tc|vardir|zones} ]"
|
||||
echo " start [ -f ] [ -n ]"
|
||||
echo " stop"
|
||||
echo " status"
|
||||
|
Loading…
Reference in New Issue
Block a user