More code to support ipv* allowed files

master
bbruns 2011-02-22 19:06:20 +00:00
parent 026185195b
commit 6af4394aa2
1 changed files with 1 additions and 1 deletions

View File

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