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"