Skip to content

Commit

Permalink
Addressed #203 and #231
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaad-net committed Jun 23, 2023
1 parent cba00e0 commit ce52203
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions ietf-te.yang
Original file line number Diff line number Diff line change
Expand Up @@ -666,8 +666,7 @@ module ietf-te {
type boolean;
default "false";
description
"Indicates a bidirectional co-routed LSP (non-associated
LSP case).";
"Indicates a bidirectional tunnel";
}
}

Expand Down Expand Up @@ -1004,14 +1003,13 @@ module ietf-te {
uses path-compute-info;
uses path-state;
container primary-reverse-path {
when "../../../te:bidirectional = 'false'";
when "../../../te:bidirectional = 'true'";
description
"The reverse primary path properties.";
uses path-common-properties;
uses path-compute-info;
uses path-state;
container candidate-secondary-reverse-paths {
when "../../../../te:bidirectional = 'false'";
description
"The set of referenced candidate reverse secondary
paths from the full set of secondary reverse paths
Expand All @@ -1028,9 +1026,8 @@ module ietf-te {
+ "te:secondary-reverse-path/te:name";
}
description
"A reference to the secondary reverse path that
may be utilised when the containing primary
reverse path is in use.";
"A reference to the reverse secondary path when
co-routed with the secondary path.";
}
leaf active {
type boolean;
Expand Down

0 comments on commit ce52203

Please sign in to comment.