Restrict Shorewall6 netstat call to IPv6 only

This commit is contained in:
Tom Eastep 2010-07-06 06:42:37 -07:00
parent ecd22d34fa
commit 74092a9b14

View File

@ -747,7 +747,7 @@ dump_command() {
report_capabilities
echo
netstat -tunap
netstat -6tunap
if [ -n "$TC_ENABLED" ]; then
heading "Traffic Control"