From ff634ac776b9d532cda2099813f20bfb1a6d3572 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 17 Sep 2013 06:55:04 -0700 Subject: [PATCH] Use 'ss' rather than 'ss' in the 'dump' command. - From Martin Gignac Signed-off-by: Tom Eastep --- Shorewall-core/lib.cli | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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"