From: Evan Hunt Date: Thu, 24 Jan 2019 05:02:03 +0000 (-0800) Subject: fix nsupdate test X-Git-Tag: v9.13.6~36^2~6 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=5656e97ddfe217497c74ab6ba5c0cf4ad89e4464;p=thirdparty%2Fbind9.git fix nsupdate test rndc_reload was failing on windows --- diff --git a/bin/tests/system/nsupdate/ns2/named.conf.in b/bin/tests/system/nsupdate/ns2/named.conf.in index f0cfa91b0bb..b7038430bd9 100644 --- a/bin/tests/system/nsupdate/ns2/named.conf.in +++ b/bin/tests/system/nsupdate/ns2/named.conf.in @@ -22,6 +22,15 @@ options { serial-query-rate 1; // workaround for KB AA-01213 }; +key rndc_key { + secret "1234abcd8765"; + algorithm hmac-sha256; +}; + +controls { + inet 10.53.0.2 port @CONTROLPORT@ allow { any; } keys { rndc_key; }; +}; + key altkey { algorithm hmac-md5; secret "1234abcd8765";