From 03e7d06a09986b7877b095bcb1e22a2224b94144 Mon Sep 17 00:00:00 2001 From: Piotr Wydrych Date: Mon, 29 Mar 2021 16:10:36 +0200 Subject: [PATCH] MRT: Add overwrite switch (default: off) Provide ability to turn off appending to the MRT dump file via configuration. --- doc/bird.sgml | 4 ++++ proto/mrt/config.Y | 3 ++- proto/mrt/mrt.c | 21 ++++++++++++++++++++- proto/mrt/mrt.h | 9 +++++++++ 4 files changed, 35 insertions(+), 2 deletions(-) diff --git a/doc/bird.sgml b/doc/bird.sgml index e4ddded2..8301cf4a 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -3326,6 +3326,9 @@ The behavior can be modified by following configuration parameters: of dumped table. Therefore, each periodic dump of each table can be saved to a different file. Mandatory, see example below. +