The following errata report has been submitted for RFC8431,
"A YANG Data Model for the Routing Information Base (RIB)".

--------------------------------------
You may review the report below and at:
https://www.rfc-editor.org/errata/eid7362

--------------------------------------
Type: Editorial
Reported by: Nikolai Malykh <[email protected]>

Section: 3

Original Text
-------------
       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.";
         }


Corrected Text
--------------
       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

Instructions:
-------------
This erratum is currently posted as "Reported". If necessary, please
use "Reply All" to discuss whether it should be verified or
rejected. When a decision is reached, the verifying party  
can log in to change the status and edit the report, if necessary. 

--------------------------------------
RFC8431 (draft-ietf-i2rs-rib-data-model-15)
--------------------------------------
Title               : A YANG Data Model for the Routing Information Base (RIB)
Publication Date    : September 2018
Author(s)           : L. Wang, M. Chen, A. Dass, H. Ananthakrishnan, S. Kini, 
N. Bahadur
Category            : PROPOSED STANDARD
Source              : Interface to the Routing System
Area                : Routing
Stream              : IETF
Verifying Party     : IESG

_______________________________________________
i2rs mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/i2rs

Reply via email to