diff --git a/Shorewall-core/lib.cli b/Shorewall-core/lib.cli index 68d917733..aaff30ad5 100644 --- a/Shorewall-core/lib.cli +++ b/Shorewall-core/lib.cli @@ -1525,11 +1525,7 @@ do_dump_command() { echo - if qt netstat -4; then - netstat -${g_family}tunap - else - netstat -tunap - fi + ss -${g_family}tunap if [ -n "$TC_ENABLED" ]; then heading "Traffic Control"