From: Michał Kępień Date: Mon, 3 Jun 2019 12:13:23 +0000 (+0200) Subject: Make ifconfig.sh work on DragonFly BSD X-Git-Tag: v9.15.1~17^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0e0643fc5c0b1329167e0afbcc05a3fa9d865d0;p=thirdparty%2Fbind9.git Make ifconfig.sh work on DragonFly BSD On DragonFly BSD, use the same commands for configuring network interfaces used during system tests as on NetBSD and OpenBSD. --- diff --git a/bin/tests/system/ifconfig.sh b/bin/tests/system/ifconfig.sh index aab6eb534bc..fe410ecd5ae 100755 --- a/bin/tests/system/ifconfig.sh +++ b/bin/tests/system/ifconfig.sh @@ -92,13 +92,7 @@ case "$1" in [ "$ipv6" ] && ifconfig lo0 inet6 \ fd92:7065:b8e:${ipv6}ff::$ns alias ;; - *-unknown-netbsd*) - ifconfig lo0 10.53.$i.$ns alias \ - netmask 255.255.255.0 - [ "$ipv6" ] && ifconfig lo0 inet6 \ - fd92:7065:b8e:${ipv6}ff::$ns alias - ;; - *-unknown-openbsd*) + *-unknown-dragonfly*|*-unknown-netbsd*|*-unknown-openbsd*) ifconfig lo0 10.53.$i.$ns alias \ netmask 255.255.255.0 [ "$ipv6" ] && ifconfig lo0 inet6 \