use ip6tables in sql/rw-psk-ipv6 scenario

This commit is contained in:
Andreas Steffen
2008-04-14 06:10:10 +00:00
parent acda610cbb
commit fa89d4457a
+7
View File
@@ -252,6 +252,13 @@ do
continue
fi
if [ $name = "rw-psk-ipv6" ]
then
IPTABLES="ip6tables"
else
IPTABLES="iptables"
fi
[ -f $DEFAULTTESTSDIR/${testname}/description.txt ] || die "!! File 'description.txt' is missing"
[ -f $DEFAULTTESTSDIR/${testname}/test.conf ] || die "!! File 'test.conf' is missing"
[ -f $DEFAULTTESTSDIR/${testname}/pretest.dat ] || die "!! File 'pretest.dat' is missing"