From 966edc2775e3f73c8c3efb0f3d06a2d03c73ba2c Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 29 Sep 2016 17:01:06 +1000 Subject: [PATCH] make statschannel version number agnostic (cherry picked from commit 1477c19dd9a347ee19a42dac227f299a4680506f) --- bin/tests/system/statschannel/ns2/named.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/tests/system/statschannel/ns2/named.conf b/bin/tests/system/statschannel/ns2/named.conf index b2bb5f9afb..1798f5fdce 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; }; };