RFC Errata
RFC 8431, "A YANG Data Model for the Routing Information Base (RIB)", September 2018
Source of RFC: i2rs (rtg)
Errata ID: 7363
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"; }
It should say:
output { leaf result { type boolean; mandatory true; description "Return the result of the nh-delete operation: true - success; false - failed"; }
Notes:
Erroneously specified operation rib-add instead of nh-delete on page 65