Use 'ss' rather than 'ss' in the 'dump' command.

- From Martin Gignac

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2013-09-17 06:55:04 -07:00
parent 14bd1a9061
commit ff634ac776

View File

@ -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"