From 4815098af2ff96315f968b9264f772609cd03003 Mon Sep 17 00:00:00 2001 From: vishnureddybadveli <112267356+vishnureddybadveli@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:46:06 -0800 Subject: [PATCH] Update openconfig-mpls-static.yang --- release/models/mpls/openconfig-mpls-static.yang | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/release/models/mpls/openconfig-mpls-static.yang b/release/models/mpls/openconfig-mpls-static.yang index a113d3254..4e4112046 100644 --- a/release/models/mpls/openconfig-mpls-static.yang +++ b/release/models/mpls/openconfig-mpls-static.yang @@ -28,11 +28,10 @@ submodule openconfig-mpls-static { revision "2025-01-07" { description - "Added support for mpls route to a specific + "Added support for mpls route to a specific next hop network instance"; reference "3.7.0"; - } - + } revision "2024-06-19" { description @@ -402,7 +401,7 @@ submodule openconfig-mpls-static { type oc-ni:network-instance-ref; description "The network-instance in which to resolve the next-hop. - If not specified, then the next-hop is resolved in the + If not specified, then the next-hop is resolved in the enclosing network instance."; } } @@ -454,7 +453,7 @@ submodule openconfig-mpls-static { uses static-lsp-nexthop-index; uses static-lsp-nexthop-common-config; - uses static-lsp-nexthop-network-instance; + uses static-lsp-nexthop-network-instance; } } }