From a95dc83de543e0a5637f50c9b2e3facadbcb1f3c Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Thu, 9 Feb 2017 01:04:58 +0000 Subject: [PATCH] regen master --- doc/arm/Bv9ARM.ch06.html | 15 ++++++++++++++- doc/arm/Bv9ARM.ch09.html | 38 ++++++++++++++++++++++++++------------ doc/arm/notes.html | 38 ++++++++++++++++++++++++++------------ doc/misc/options | 4 +++- 4 files changed, 69 insertions(+), 26 deletions(-) diff --git a/doc/arm/Bv9ARM.ch06.html b/doc/arm/Bv9ARM.ch06.html index 59e702a2a2..6fdae6a61b 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 ebec1569e0..2af0c377cd 100644 --- a/doc/arm/Bv9ARM.ch09.html +++ b/doc/arm/Bv9ARM.ch09.html @@ -176,6 +176,26 @@

New Features