From 4bce52c3f37d2e69b5184c6be472565cd6bea483 Mon Sep 17 00:00:00 2001 From: IWASE Yusuke Date: Wed, 24 May 2017 13:18:47 +0900 Subject: config: Add counter for BMP statistics Signed-off-by: IWASE Yusuke --- tools/pyang_plugins/gobgp.yang | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'tools/pyang_plugins') diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang index f6e7fb64..adac3956 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -180,6 +180,18 @@ module gobgp { error condition has occurred exchanged."; } + leaf WITHDRAW-UPDATE { + type uint32; + description + "Number of updates subjected to treat-as-withdraw treatment."; + } + + leaf WITHDRAW-PREFIX { + type uint32; + description + "Number of prefixes subjected to treat-as-withdraw treatment."; + } + leaf DISCARDED { type uint64; description @@ -195,7 +207,6 @@ module gobgp { } } - grouping gobgp-adjacent-table { container adj-table { leaf ADVERTISED { -- cgit v1.2.3