diff --git a/Shorewall-core/lib.cli b/Shorewall-core/lib.cli index d39d80684..df4b788e9 100644 --- a/Shorewall-core/lib.cli +++ b/Shorewall-core/lib.cli @@ -2989,9 +2989,16 @@ usage() # $1 = exit status echo " show connections" echo " show filters" echo " show ip" + + if [ $g_family -eq 4 ]; then + echo " show ipa" + fi + echo " show [ -m ] log []" - echo " show [ -x ] mangle|nat|raw|rawpost|routing" + echo " show [ -x ] mangle|nat|raw|rawpost" + echo " show nfacct" echo " show policies" + echo " show routing" echo " show tc [ device ]" echo " show vardir" echo " show zones" diff --git a/Shorewall/lib.cli-std b/Shorewall/lib.cli-std index 1e68e705d..2f68ce9ad 100644 --- a/Shorewall/lib.cli-std +++ b/Shorewall/lib.cli-std @@ -1628,7 +1628,9 @@ usage() # $1 = exit status echo " show macros" echo " show marks" echo " show [ -x ] mangle|nat|raw|rawpost|routing" + echo " show nfacct" echo " show policies" + echo " show routing" echo " show tc [ device ]" echo " show vardir" echo " show zones"