From 74092a9b1428c7a2bf9b25ebe7e6cd682aa961f6 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 6 Jul 2010 06:42:37 -0700 Subject: [PATCH] Restrict Shorewall6 netstat call to IPv6 only --- Shorewall6/lib.cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall6/lib.cli b/Shorewall6/lib.cli index e8e52cc19..ea54b8a55 100644 --- a/Shorewall6/lib.cli +++ b/Shorewall6/lib.cli @@ -747,7 +747,7 @@ dump_command() { report_capabilities echo - netstat -tunap + netstat -6tunap if [ -n "$TC_ENABLED" ]; then heading "Traffic Control"