RFC Errata
RFC 8431, "A YANG Data Model for the Routing Information Base (RIB)", September 2018
Source of RFC: i2rs (rtg)
Errata ID: 7362
Status: Held for Document Update
Type: Editorial
Publication Format(s) : TEXT
Reported By: Nikolai Malykh
Date Reported: 2023-02-17
Held for Document Update by: Alvaro Retana
Date Held: 2023-02-17
Section 3 says:
output {
leaf result {
type boolean;
mandatory true;
description
"Return the result of the rib-add operation:
true - success
false - failed";
}
leaf reason {
type string;
description
"The specific reason that caused the failure.";
}
leaf nexthop-id {
type uint32;
description
"A nexthop identifier that is allocated to the nexthop.";
}
It should say:
output {
leaf result {
type boolean;
mandatory true;
description
"Return the result of the nh-add operation:
true - success
false - failed";
}
leaf reason {
type string;
description
"The specific reason that caused the failure.";
}
leaf nexthop-id {
type uint32;
description
"A nexthop identifier that is allocated to the nexthop.";
}
Notes:
Erroneously specified operation rib-add instead of nh-add on page 64
