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.14.5~28^2~3 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=496397eb3fbd401e99530f9f7108091fc72d6b01;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 aedb35fd0c0..41b0182f809 100755 --- a/bin/tests/system/ifconfig.sh +++ b/bin/tests/system/ifconfig.sh @@ -105,13 +105,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 \