Allow netstat output to appear in dumps on Fedora

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2011-12-23 11:59:19 -08:00
parent b58ad8e758
commit e8c7ec38dc

View File

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