From: Tinderbox User Date: Thu, 9 Feb 2017 01:04:58 +0000 (+0000) Subject: regen master X-Git-Tag: v9.12.0a1~449 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=a95dc83de543e0a5637f50c9b2e3facadbcb1f3c;p=thirdparty%2Fbind9.git regen master --- diff --git a/doc/arm/Bv9ARM.ch06.html b/doc/arm/Bv9ARM.ch06.html index 59e702a2a26..6fdae6a61b4 100644 --- a/doc/arm/Bv9ARM.ch06.html +++ b/doc/arm/Bv9ARM.ch06.html @@ -2434,7 +2434,7 @@ badresp:1,adberr:0,findfail:0,valfail:0] [ server-id server_id_string ; ] [ directory path_name ; ] [ dnstap { message_type ; ... } ; ] - [ dnstap-output ( file | unix ) path_name ; ] + [ dnstap-output ( file | unix ) path_name [ size size_spec ] [ versions ( number | unlimited ) ] ; ] [ dnstap-identity ( string | hostname | none ) ; ] [ dnstap-version ( string | none ) ; ] [ fstrm-set-buffer-hint number ; ] @@ -3010,6 +3010,19 @@ badresp:1,adberr:0,findfail:0,valfail:0] (provided with libfstrm) is listening on the socket.)

+

+ If the first argument is file, then + two additional options can be added: + size indicates the size to which a + dnstap log file can grow before being + rolled to a new file, and versions + specifies the number of rolled log files to retain. These + are similar to the size and + versions options in a + logging channel. The default + is to allow dnstap log files to grow to + any size without rolling. +

dnstap-output can only be set globally in options. Currently, it can only be diff --git a/doc/arm/Bv9ARM.ch09.html b/doc/arm/Bv9ARM.ch09.html index ebec1569e0b..2af0c377cdc 100644 --- a/doc/arm/Bv9ARM.ch09.html +++ b/doc/arm/Bv9ARM.ch09.html @@ -176,6 +176,26 @@

New Features