Skip to content

Commit

Permalink
Added next-hop-network-instance under mpls egress config
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnureddybadveli authored Nov 9, 2024
1 parent ea290e3 commit 3edb12b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions release/models/mpls/openconfig-mpls-static.yang
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,14 @@ submodule openconfig-mpls-static {
"Next hop IP address for the LSP";
}

leaf next-hop-network-instance {
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
enclosing network instance.";
}

leaf push-label {
type oc-mplst:mpls-label;
status deprecated;
Expand Down

0 comments on commit 3edb12b

Please sign in to comment.