diff options
Diffstat (limited to 'tools/pyang_plugins/gobgp.yang')
-rw-r--r-- | tools/pyang_plugins/gobgp.yang | 13 |
1 files changed, 12 insertions, 1 deletions
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 { |