From 6b690522d65783c62347210e1a535cedc40932ca Mon Sep 17 00:00:00 2001 From: bbruns Date: Sat, 14 Aug 2010 23:25:35 +0000 Subject: [PATCH] Fixing IPV6FORWARDRANGE --- rc.firewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.firewall b/rc.firewall index 3c865b6..e59fc29 100755 --- a/rc.firewall +++ b/rc.firewall @@ -448,7 +448,7 @@ if [ $IPV6 ]; then echo -e "\E[33mLoading custom IPv6 routing rules...\E[37m" . "$BASEDIR/include/ipv6_custom_routing" fi - if [ $IPV6FORWARDRANGE ]; then + if [ "$IPV6FORWARDRANGE" ]; then for i in $IPV6FORWARDRANGE; do $IP6TABLES -A FORWARD -s $i -j ACCEPT $IP6TABLES -A FORWARD -d $i -j ACCEPT