mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-23 06:38:53 +01:00
Allow netstat output to appear in dumps on Fedora
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
b58ad8e758
commit
e8c7ec38dc
@ -1182,7 +1182,12 @@ do_dump_command() {
|
||||
report_capabilities
|
||||
|
||||
echo
|
||||
netstat -${g_family}tunap
|
||||
|
||||
if qt netstat -4; then
|
||||
netstat -${g_family}tunap
|
||||
else
|
||||
netstat -tunap
|
||||
fi
|
||||
|
||||
if [ -n "$TC_ENABLED" ]; then
|
||||
heading "Traffic Control"
|
||||
|
Loading…
Reference in New Issue
Block a user