diff options
Diffstat (limited to 'tools/pyang_plugins/gobgp.yang')
-rw-r--r-- | tools/pyang_plugins/gobgp.yang | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang index fd75bef3..c2b3102b 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -1203,7 +1203,8 @@ module gobgp { leaf version { type uint8; description - "Configure version of zebra protocol. Default is 2. Supported up to 3."; + "Configure version of zebra protocol. Default is 2. + Supported version are 2 or 3 for Quagga and 4, 5 or 6 for FRRouting."; } leaf nexthop-trigger-enable { type boolean; @@ -1211,6 +1212,12 @@ module gobgp { leaf nexthop-trigger-delay { type uint8; } + leaf mpls-label-range-size { + type uint32; + description + "Configure MPLS label range size which will be requested to + FRR/Zebra."; + } } grouping zebra-set { |