mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 01:37:59 +02:00
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 "$g_product $SHOREWALL_VERSION Traffic Control at $g_hostname - $(date)"
|
||||||
echo
|
echo
|
||||||
shift
|
shift
|
||||||
|
|
||||||
|
if [ -z "$1" ]; then
|
||||||
|
$IPTABLES -t mangle -L -n -v
|
||||||
|
echo
|
||||||
|
fi
|
||||||
|
|
||||||
show_tc $1
|
show_tc $1
|
||||||
;;
|
;;
|
||||||
classifiers|filters)
|
classifiers|filters)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user