diff options
Diffstat (limited to 'tools/pyang_plugins/gobgp.yang')
-rw-r--r-- | tools/pyang_plugins/gobgp.yang | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang index 9379f6d5..5677ae32 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -590,6 +590,18 @@ module gobgp { "Enable feature for mirroring of received BGP messages mainly for debugging purpose"; } + + leaf sys-name { + type string; + description + "Reference to the SysName of the BMP server"; + } + + leaf sys-descr { + type string; + description + "Reference to the SysDescr of the BMP server"; + } } grouping gobgp-bmp-server-set { |