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 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
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 {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As some of the attributes, for ex: next-hop, push-label & etc..., in this grouping are deprecated wondering if this should be part of lsp-next-hops container.

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