]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[rt40104] changed one occurrence of +noednsneg to +noednsnegotiation
authorCurtis Blackburn <ckb@isc.org>
Wed, 9 Dec 2015 00:03:01 +0000 (16:03 -0800)
committerCurtis Blackburn <ckb@isc.org>
Wed, 9 Dec 2015 00:03:01 +0000 (16:03 -0800)
bin/tests/system/ednscompliance/tests.sh

index 310f8211f61632543cfe55d407e5d5f7979a5c06..2050f7177afb9f8bd9459450ec6a9bf0873f006c 100644 (file)
@@ -48,7 +48,7 @@ status=`expr $status + $ret`
 n=`expr $n + 1`
 echo "I:Unknown EDNS version ($n)"
 ret=0 reason=
-$DIG -p 5300 @10.53.0.1 +norec +edns=100 +noednsneg soa $zone > dig.out$n
+$DIG -p 5300 @10.53.0.1 +norec +edns=100 +noednsnegotiation soa $zone > dig.out$n
 grep "status: BADVERS," dig.out$n > /dev/null || { ret=1; reason="status"; }
 grep "EDNS: version: 0," dig.out$n > /dev/null || { ret=1; reason="version"; }
 grep "IN.SOA." dig.out$n > /dev/null && { ret=1; reaons="soa"; }