]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_6] add 10.53.0.8 address
authorEvan Hunt <each@isc.org>
Mon, 21 Jan 2013 20:38:29 +0000 (12:38 -0800)
committerEvan Hunt <each@isc.org>
Mon, 21 Jan 2013 20:38:29 +0000 (12:38 -0800)
bin/tests/system/ifconfig.sh

index 7a7b0100c09ca40335581725af3e5b2911abb51c..1c03ab3fa8c66abb2df9ef4299ce16e45e6d2b9c 100644 (file)
@@ -20,8 +20,8 @@
 #
 # Set up interface aliases for bind9 system tests.
 #
-# IPv4: 10.53.0.{1..7}                         RFC 1918
-# IPv6: fd92:7065:b8e:ffff::{1..7}             ULA
+# IPv4: 10.53.0.{1..8}                         RFC 1918
+# IPv6: fd92:7065:b8e:ffff::{1..8}             ULA
 #
 
 config_guess=""
@@ -65,7 +65,7 @@ esac
 case "$1" in
 
     start|up)
-       for ns in 1 2 3 4 5 6 7
+       for ns in 1 2 3 4 5 6 7 8
        do
                if test -n "$base"
                then
@@ -147,7 +147,7 @@ case "$1" in
        ;;
 
     stop|down)
-       for ns in 7 6 5 4 3 2 1
+       for ns in 7 6 5 4 3 2 1
        do
                if test -n "$base"
                then