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

Fix enclosing container p2p-primary-paths name #1235

Open
wants to merge 1 commit 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
8 changes: 7 additions & 1 deletion release/models/mpls/openconfig-mpls-te.yang
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ submodule openconfig-mpls-te {

oc-ext:openconfig-version "3.6.0";

revision "2024-12-19" {
description
"Fix enclosing container p2p-primary-paths name";
reference "3.6.1";
}

revision "2024-06-19" {
description
"Added support with backward compatibility to configure ECMP
Expand Down Expand Up @@ -1334,7 +1340,7 @@ submodule openconfig-mpls-te {
description
"Top level grouping for p2p primary paths";

container p2p-primary-path {
container p2p-primary-paths {
description
"Primary paths associated with the LSP";

Expand Down