From 5656e97ddfe217497c74ab6ba5c0cf4ad89e4464 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Wed, 23 Jan 2019 21:02:03 -0800 Subject: [PATCH] fix nsupdate test rndc_reload was failing on windows --- bin/tests/system/nsupdate/ns2/named.conf.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bin/tests/system/nsupdate/ns2/named.conf.in b/bin/tests/system/nsupdate/ns2/named.conf.in index f0cfa91b0b..b7038430bd 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";