Skip to content

Commit

Permalink
Addressed issue #256
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarek Saad (tsaad) committed Jan 26, 2024
1 parent 58a7811 commit a1785cf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ietf-te.yang
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,8 @@ module ietf-te {
type nt:tp-id;
description
"The local link termination point identifier.";
reference
"RFC8345";
}
leaf local-te-link-tp-id {
type te-types:te-tp-id;
Expand All @@ -742,6 +744,8 @@ module ietf-te {
type nt:tp-id;
description
"The remote link termination point identifier.";
reference
"RFC8345";
}
leaf remote-te-link-tp-id {
type te-types:te-tp-id;
Expand All @@ -753,6 +757,14 @@ module ietf-te {
description
"Remote TE node identifier.";
}
leaf link-id {
type nt:link-id;
config false;
description
"A network topology assigned identifier to the link";
reference
"RFC8345";
}
leaf network-id {
type nw:network-id;
description
Expand Down

0 comments on commit a1785cf

Please sign in to comment.