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

Update openconfig-mpls-te.yang #926

Merged
merged 10 commits into from
Sep 6, 2023
Merged
Show file tree
Hide file tree
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-igp.yang
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ submodule openconfig-mpls-igp {
"Configuration generic configuration parameters for IGP-congruent
LSPs";

oc-ext:openconfig-version "3.3.2";
oc-ext:openconfig-version "3.4.0";

revision "2023-07-25" {
description
"Added record-route-enabled to MPLS p2p tunnel config";
reference "3.4.0";
}

revision "2023-04-28" {
description
Expand Down
8 changes: 7 additions & 1 deletion release/models/mpls/openconfig-mpls-static.yang
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ submodule openconfig-mpls-static {
"Defines static LSP configuration";


oc-ext:openconfig-version "3.3.2";
oc-ext:openconfig-version "3.4.0";

revision "2023-07-25" {
description
"Added record-route-enabled to MPLS p2p tunnel config";
reference "3.4.0";
}

revision "2023-04-28" {
description
Expand Down
13 changes: 12 additions & 1 deletion release/models/mpls/openconfig-mpls-te.yang
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ submodule openconfig-mpls-te {
signaling protocol or mechanism (see related submodules for
signaling protocol-specific configuration).";

oc-ext:openconfig-version "3.3.2";
oc-ext:openconfig-version "3.4.0";

revision "2023-07-25" {
description
"Added record-route-enabled to MPLS p2p tunnel config";
reference "3.4.0";
}

revision "2023-04-28" {
description
Expand Down Expand Up @@ -804,6 +810,11 @@ submodule openconfig-mpls-te {
description
"P2P tunnel destination address";
}
leaf record-route-enabled {
type boolean;
description
"Enables recording a path on an LSP using the record route object (RRO)";
}
}

grouping p2p-path-state {
Expand Down
7 changes: 6 additions & 1 deletion release/models/mpls/openconfig-mpls.yang
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,13 @@ module openconfig-mpls {
+------+ |ROUTING| +-----+
+-------+
";
oc-ext:openconfig-version "3.4.0";

oc-ext:openconfig-version "3.3.2";
revision "2023-07-25" {
description
"Added record-route-enabled to MPLS p2p tunnel config";
reference "3.4.0";
}

revision "2023-04-28" {
description
Expand Down
Loading