forked from extern/shorewall_code
Display mangle table in the output of 'shorewall show tc'
This commit is contained in:
parent
6b93ff3a91
commit
10cc400cfd
@ -631,6 +631,12 @@ show_command() {
|
||||
echo "$g_product $SHOREWALL_VERSION Traffic Control at $g_hostname - $(date)"
|
||||
echo
|
||||
shift
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
$IPTABLES -t mangle -L -n -v
|
||||
echo
|
||||
fi
|
||||
|
||||
show_tc $1
|
||||
;;
|
||||
classifiers|filters)
|
||||
|
Loading…
Reference in New Issue
Block a user