diff options
Diffstat (limited to 'yang')
| -rw-r--r-- | yang/frr-zebra.yang | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/yang/frr-zebra.yang b/yang/frr-zebra.yang index 1c7d1c8ef4..f97a4cc129 100644 --- a/yang/frr-zebra.yang +++ b/yang/frr-zebra.yang @@ -2856,6 +2856,16 @@ module frr-zebra {          }        } +      container mpls { +        description +          "MPLS Configuration."; +          leaf fec-nexthop-resolution { +            type boolean; +            description +              "Authorise nexthop resolution over all labeled routes."; +          } +      } +        uses ribs;        uses vrf-vni-mapping;  | 
