mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
[master] Disable dig IPv4-to-IPv6 mapping system test on OpenBSD
This commit is contained in:
parent
413e9b90de
commit
c5a80c9427
@ -203,7 +203,7 @@ if [ -x ${DIG} ] ; then
|
|||||||
|
|
||||||
n=`expr $n + 1`
|
n=`expr $n + 1`
|
||||||
echo "I:checking dig @IPv4addr -6 +mapped A a.example ($n)"
|
echo "I:checking dig @IPv4addr -6 +mapped A a.example ($n)"
|
||||||
if $TESTSOCK6 fd92:7065:b8e:ffff::2 2>/dev/null
|
if $TESTSOCK6 fd92:7065:b8e:ffff::2 2>/dev/null && [ `uname -s` != "OpenBSD" ]
|
||||||
then
|
then
|
||||||
ret=0
|
ret=0
|
||||||
ret=0
|
ret=0
|
||||||
@ -212,7 +212,7 @@ if [ -x ${DIG} ] ; then
|
|||||||
if [ $ret != 0 ]; then echo "I:failed"; fi
|
if [ $ret != 0 ]; then echo "I:failed"; fi
|
||||||
status=`expr $status + $ret`
|
status=`expr $status + $ret`
|
||||||
else
|
else
|
||||||
echo "I:IPv6 unavailable; skipping"
|
echo "I:IPv6 or IPv4-to-IPv6 mapping unavailable; skipping"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
n=`expr $n + 1`
|
n=`expr $n + 1`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user