From: Mark Andrews Date: Thu, 29 Sep 2016 07:01:06 +0000 (+1000) Subject: make statschannel version number agnostic X-Git-Tag: v9.11.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1477c19dd9a347ee19a42dac227f299a4680506f;p=thirdparty%2Fbind9.git make statschannel version number agnostic --- diff --git a/bin/tests/system/statschannel/ns2/named.conf b/bin/tests/system/statschannel/ns2/named.conf index b2bb5f9afb0..1798f5fdcec 100644 --- a/bin/tests/system/statschannel/ns2/named.conf +++ b/bin/tests/system/statschannel/ns2/named.conf @@ -18,6 +18,7 @@ options { listen-on-v6 { none; }; recursion no; notify yes; + version none; // make statistics independent of the version number }; statistics-channels { inet 10.53.0.2 port 8853 allow { localhost; }; };