Bind plugin: Add support for per-zone stats in v3 XML
authorBruno Prémont <bonbons@linux-vserver.org>
Sat, 15 Nov 2014 21:21:21 +0000 (22:21 +0100)
committerMarc Fournier <marc.fournier@camptocamp.com>
Sat, 4 Apr 2015 22:06:43 +0000 (00:06 +0200)
commitcf19c40fd20c80cf4ca81143628b22470bccfc62
tree83288f3b634fd2b021206a08abcac8a6a6015059
parentf03005bd330f0c060025aef8b6fcac1bc55a3ca5
Bind plugin: Add support for per-zone stats in v3 XML

Contrary to Victor's saying in commit 78e89b2e0c205 (bind plugin: add
support for the new XML v3 API.), XML v3 API does support per-zone
statistics.

By default those statistics are limited to zone serial as if
  zone-statistics terse;
was listed in each zone definition block.

To obtain full statistics the above default must be overridden with:
  zone-statistics full;

Signed-off-by: Bruno Prémont <bonbons@linux-vserver.org>
src/bind.c