From: Mark Andrews Date: Thu, 26 Jul 2018 08:23:21 +0000 (+1000) Subject: bring up interfaces 9 and 10 X-Git-Tag: v9.13.3~14^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7e4603f9b3ed1c8df0543728f6b9b89a96a7469;p=thirdparty%2Fbind9.git bring up interfaces 9 and 10 --- diff --git a/bin/tests/system/ifconfig.sh b/bin/tests/system/ifconfig.sh index 478ab56c61c..e8232f87bd1 100755 --- a/bin/tests/system/ifconfig.sh +++ b/bin/tests/system/ifconfig.sh @@ -12,10 +12,10 @@ # # Set up interface aliases for bind9 system tests. # -# IPv4: 10.53.0.{1..8} RFC 1918 +# IPv4: 10.53.0.{1..10} RFC 1918 # 10.53.1.{0..2} # 10.53.2.{0..2} -# IPv6: fd92:7065:b8e:ffff::{1..8} ULA +# IPv6: fd92:7065:b8e:ffff::{1..10} ULA # fd92:7065:b8e:99ff::{1..2} # fd92:7065:b8e:ff::{1..2} # @@ -65,7 +65,7 @@ case "$1" in 2) ipv6="00" ;; *) ipv6="" ;; esac - for ns in 1 2 3 4 5 6 7 8 + for ns in 1 2 3 4 5 6 7 8 9 10 do [ $i -gt 0 -a $ns -gt 2 ] && break int=`expr $i \* 10 + $ns` @@ -171,7 +171,7 @@ case "$1" in 2) ipv6="00" ;; *) ipv6="" ;; esac - for ns in 8 7 6 5 4 3 2 1 + for ns in 10 9 8 7 6 5 4 3 2 1 do [ $i -gt 0 -a $ns -gt 2 ] && continue int=`expr $i \* 10 + $ns - 1`