From 87c9f62190e88b78875564fec8709eb50b7ae998 Mon Sep 17 00:00:00 2001 From: bbruns Date: Sun, 6 Apr 2014 17:54:10 +0000 Subject: [PATCH] --- bin/srfirewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/srfirewall b/bin/srfirewall index a8227f2..84aed9c 100755 --- a/bin/srfirewall +++ b/bin/srfirewall @@ -200,7 +200,7 @@ if [ "${EnableIPv6}" == "yes" ]; then [[ ${AllowAllv6Loopback} == "yes" ]] && allow_all_loopback ipv6 [[ ${EnableTrustedv6Hosts} == "yes" ]] && allow_trusted_hosts ipv6 [[ ${Enablev6MSSClamp} == "yes" ]] && enable_mss_clamp ipv6 - (s[[ ${Enablev6ConnTrackInterfaces} != "none" ]] && [[ ${Enablev6ConnectionTracking} == "yes" ]]) \ + ([[ ${Enablev6ConnTrackInterfaces} != "none" ]] && [[ ${Enablev6ConnectionTracking} == "yes" ]]) \ && enable_conntrack_int ipv6 "${Enablev6ConnTrackInterfaces}" [[ ${DNSClientUsev6ResolvConf} == "yes" ]] && allow_resolvconf_servers ipv6 [[ ${DNSClientManualv6Servers} ]] && allow_dnsclient_manual ipv6 "${DNSClientManualv6Servers}"