From d7e5bf22a6ef7ebbed02968d5610968e3f06cfc6 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Fri, 28 Dec 2018 22:48:54 +0900 Subject: fix bmp statistics fix the regression of the adj counter due to 301b48532d4a5510c9d4ffdc44eb2754fdd1a3d1 Signed-off-by: FUJITA Tomonori --- api/gobgp.proto | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'api/gobgp.proto') diff --git a/api/gobgp.proto b/api/gobgp.proto index dc6d3b22..d1f49a4a 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -723,6 +723,8 @@ message Message { uint64 refresh = 5; uint64 discarded = 6; uint64 total = 7; + uint64 withdraw_update = 8; + uint64 withdraw_prefix = 9; } message Queues { @@ -804,9 +806,9 @@ message AfiSafiConfig { message AfiSafiState { Family family = 1; bool enabled = 2; - uint32 received = 3; - uint32 accepted = 4; - uint32 advertised = 5; + uint64 received = 3; + uint64 accepted = 4; + uint64 advertised = 5; } message RouteSelectionOptionsConfig { -- cgit v1.2.3