]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
make statschannel version number agnostic v9.11.0
authorMark Andrews <marka@isc.org>
Thu, 29 Sep 2016 07:01:06 +0000 (17:01 +1000)
committerMark Andrews <marka@isc.org>
Thu, 29 Sep 2016 07:01:06 +0000 (17:01 +1000)
bin/tests/system/statschannel/ns2/named.conf

index b2bb5f9afb05a571b23ef0cf5246b5060cac0336..1798f5fdcec563ffe9f9c75cb35666408fb1ec80 100644 (file)
@@ -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; }; };