From: Mark Andrews Date: Thu, 29 Sep 2016 07:01:06 +0000 (+1000) Subject: make statschannel version number agnostic X-Git-Tag: v9.12.0a1~758 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=966edc2775e3f73c8c3efb0f3d06a2d03c73ba2c;p=thirdparty%2Fbind9.git make statschannel version number agnostic (cherry picked from commit 1477c19dd9a347ee19a42dac227f299a4680506f) --- 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; }; };