mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-31 01:51:48 +01:00
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:
parent
14bd1a9061
commit
ff634ac776
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user