Suppress redundant filter/classifier info in 'dump' output

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2020-08-29 12:21:17 -07:00
parent 130b3e16e5
commit b11bea1d4d

View File

@ -1913,8 +1913,6 @@ do_dump_command() {
if [ -n "$TC_ENABLED" ]; then
heading "Traffic Control"
show_tc1
heading "TC Filters"
show_classifiers
fi
}