tests: Introduced IPV6 flag in tests.conf

This commit is contained in:
Andreas Steffen
2015-07-21 23:17:14 +02:00
parent 6b265c5e5c
commit db69295d2e
20 changed files with 77 additions and 1 deletions
+1 -1
View File
@@ -468,7 +468,7 @@ do
<img src="../../images/$DIAGRAM" alt="$VIRTHOSTS">
@EOF
if [ -n "$IPV6" -o $SUBDIR = "ipv6" ]
if [ -n "$IPV6" ]
then
IPROUTE_CMD="ip -6 route list table $SOURCEIP_ROUTING_TABLE"
IPROUTE_DSP=$IPROUTE_CMD