Skip to content

Commit

Permalink
Update openconfig-mpls-te.yang (openconfig#926)
Browse files Browse the repository at this point in the history
* Update openconfig-mpls-te.yang

Added leaf  record-record-enabled under grouping tunnel-p2p-attributes-config.
  • Loading branch information
mryuezhang authored Sep 6, 2023
1 parent b6bff9d commit a6fd34d
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
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

0 comments on commit a6fd34d

Please sign in to comment.