Closed italobusi closed 1 year ago
Checking the current definition of the identity lsp-protection-state
in RFC8776, I have noted that there is no mention of APS nor any reference:
Let's discuss whether it is better to:
lsp-protection-state
in RFC8776 to mention APS and reference G.808.1lsp-protection-state
in ietf-te to align with RFC8776If option 2, is chosen, the code can be changed to something like:
leaf lsp-protection-state {
type identityref {
base te-types:lsp-protection-state;
}
config false;
description
"The reported protection state controlling which
tunnels is using the resources of the protecting LSP.";
}
2023-03-17 TE Call
Agreed for option 2
Rephrase the description as:
leaf lsp-protection-state {
type identityref {
base te-types:lsp-protection-state;
}
config false;
description
"The protection state of the LSP.";
}
https://github.com/tsaad-dev/te/blob/ed79571cd8ab9de1474ab61f9521de684cfcb70b/ietf-te.yang#L1323-L1332
See previous discussion in #216