mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-13 17:54:04 +02:00
Improve the output of 'shorewall[6] show filters'
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
@ -252,6 +252,7 @@ show_classifiers() {
|
||||
|
||||
if [ -n "$qdisc" ]; then
|
||||
echo Device $device:
|
||||
qt tc -s filter ls root dev $device && tc -s filter ls root dev $device | grep -v '^$'
|
||||
tc -s filter ls dev $device
|
||||
echo
|
||||
fi
|
||||
|
Reference in New Issue
Block a user