mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 01:37:59 +02: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
|
report_capabilities
|
||||||
|
|
||||||
echo
|
echo
|
||||||
netstat -${g_family}tunap
|
|
||||||
|
if qt netstat -4; then
|
||||||
|
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