Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added next-hop-network-instance under mpls egress config. #1219

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion release/models/mpls/openconfig-mpls-static.yang
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,15 @@ submodule openconfig-mpls-static {
"Defines static LSP configuration";


oc-ext:openconfig-version "3.6.0";
oc-ext:openconfig-version "3.7.0";

revision "2024-11-12" {
description
"Added support for mpls route post decap to a specific
next hop network instance";
reference "3.7.0";
}


revision "2024-06-19" {
description
Expand Down Expand Up @@ -217,6 +225,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
Loading