diff options
Diffstat (limited to 'tools/pyang_plugins')
-rw-r--r-- | tools/pyang_plugins/gobgp.yang | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang index 25299cc2..f6e7fb64 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -548,20 +548,30 @@ module gobgp { "Reference to the address of the BMP server used as a key in the BMP server list"; } + leaf port { type uint32; description "Reference to the port of the BMP server"; } + leaf route-monitoring-policy { type bmp-route-monitoring-policy-type; default PRE-POLICY; } + leaf statistics-timeout { type uint16; description "Interval seconds of statistics messages sent to BMP server"; } + + leaf route-mirroring-enabled { + type boolean; + description + "Enable feature for mirroring of received BGP messages + mainly for debugging purpose"; + } } grouping gobgp-bmp-server-state { |