From d5ddd8c05c2f3172191798ec239f42c15ba49731 Mon Sep 17 00:00:00 2001 From: Paolo Lucente Date: Fri, 2 Aug 2019 18:44:12 +0000 Subject: [PATCH] * Updated docs. --- docs/MSGLOG_DUMP_FORMATS | 6 +++++- src/pmacct-build.h | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/MSGLOG_DUMP_FORMATS b/docs/MSGLOG_DUMP_FORMATS index e156a686b..d3b52ff68 100644 --- a/docs/MSGLOG_DUMP_FORMATS +++ b/docs/MSGLOG_DUMP_FORMATS @@ -66,7 +66,9 @@ BGP dump format: "writer_id": "/" (*), "timestamp": , "peer_ip_src": , - "event_type": "dump_close" + "event_type": "dump_close", + "tables": , + "entries": } @@ -161,6 +163,8 @@ BMP dump format: "timestamp": , "bmp_router": , "event_type": "dump_close" + "tables": , + "entries": } diff --git a/src/pmacct-build.h b/src/pmacct-build.h index ea6b92117..f883fdca3 100644 --- a/src/pmacct-build.h +++ b/src/pmacct-build.h @@ -1 +1 @@ -#define PMACCT_BUILD "20190801-00" +#define PMACCT_BUILD "20190802-00"