Fix syntax error; shorten chain name to < 30 chars

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4704 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-10-18 23:29:54 +00:00
parent e39e935a80
commit c0bf7f5c46

View File

@ -4091,6 +4091,7 @@ activate_rules()
num=$(($num + 1))
run_iptables -t nat -I $c $num -i $interface -s $networks -j RETURN
done
}
#
# Insert a set of exclusions at the front of a chain
#
@ -4313,7 +4314,7 @@ activate_rules()
fi
;;
*2all)
chain1=${chain}_${zone1}_exclusions
chain1=${chain}_${zone1}_ex
if ! havechain $chain1; then
createchain $chain1 no
insert_exclusions $chain1 $exclusions1