Display mangle table in the output of 'shorewall show tc'

This commit is contained in:
Tom Eastep 2011-04-04 08:19:36 -07:00
parent 6b93ff3a91
commit 10cc400cfd

View File

@ -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)