diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pyang_plugins/gobgp.yang | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang index aff25752..c1107ea6 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -641,4 +641,17 @@ module bgp-gobgp { } } } + + augment "/bgp:bgp/bgp:global" { + container mpls-label-range { + description "mpls labal range"; + + leaf min-label { + type uint32; + } + leaf max-label { + type uint32; + } + } + } } |