mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-24 03:31:24 +02: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
|
echo
|
||||||
|
|
||||||
if qt netstat -4; then
|
ss -${g_family}tunap
|
||||||
netstat -${g_family}tunap
|
|
||||||
else
|
|
||||||
netstat -tunap
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -n "$TC_ENABLED" ]; then
|
if [ -n "$TC_ENABLED" ]; then
|
||||||
heading "Traffic Control"
|
heading "Traffic Control"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user