]> git.ipfire.org Git - thirdparty/bind9.git/commit
silence a spurious dnssec-keygen warning in the dnssec system test
authorEvan Hunt <each@isc.org>
Sat, 15 Dec 2018 00:58:54 +0000 (16:58 -0800)
committerEvan Hunt <each@isc.org>
Thu, 31 Jan 2019 22:02:22 +0000 (14:02 -0800)
commit1fe2d7b97a2d54e881867cfd495eef7516a4e44e
tree263e5c2dab31c570708c8b12c44fa0b4866221c1
parent6c7096aa348f9caadad82a230506c8fe84e8da09
silence a spurious dnssec-keygen warning in the dnssec system test

the occluded-key test creates both a KEY and a DNSKEY. the second
call to dnssec-keygen calls dns_dnssec_findmatchingkeys(), which causes
a spurious warning to be printed when it sees the type KEY record.
this should be fixed in dnssec.c, but the meantime this change silences
the warning by reversing the order in which the keys are created.

(cherry picked from commit 6661db95641f3944378e4d1a52fea116725fdcd1)
bin/tests/system/dnssec/ns3/sign.sh