From 6af4394aa2fe9c6ce332c98be477d7c076c6ae81 Mon Sep 17 00:00:00 2001 From: bbruns Date: Tue, 22 Feb 2011 19:06:20 +0000 Subject: [PATCH] More code to support ipv* allowed files --- bin/firewall-sosdg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/firewall-sosdg b/bin/firewall-sosdg index ef8012e..5685e5d 100755 --- a/bin/firewall-sosdg +++ b/bin/firewall-sosdg @@ -804,7 +804,7 @@ if [ -s "$BASEDIR/include/ipv6_custom_conntrack" ]; then fi if [ "$IPV6_CONNTRACK" ]; then - $IP6TABLES -A INPUT ${M_STATE} ${C_STATE} NEW -j ACCEPT + #$IP6TABLES -A INPUT ${M_STATE} ${C_STATE} NEW -j ACCEPT $IP6TABLES -A INPUT ${M_STATE} ${C_STATE} RELATED,ESTABLISHED -j ACCEPT $IP6TABLES -A FORWARD ${M_STATE} ${C_STATE} RELATED,ESTABLISHED -j ACCEPT #$IP6TABLES -A FORWARD ${M_STATE} ${C_STATE} NEW -j ACCEPT