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/eid7360

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

Section: 3

Original Text
-------------
    rpc route-delete {
       description
         "To delete a route or a list of routes from a RIB";
       input {
         leaf return-failure-detail {
           type boolean;
           default "false";
           description
             "Whether to return the failure detail.
              true  - return the failure detail
              false - do not return the failure detail
              The default is false.";
         }
         leaf rib-name {
           type string;
           mandatory true;
           description
             "A reference to the name of a RIB.";
         }
         container routes {
           description
             "The routes to be added to the RIB.";
           list route-list {
             key "route-index";
             description
               "The list of routes to be deleted.";
             uses route-prefix;
           }
         }
       }
       output {
         uses route-operation-state;
       }
     }


Corrected Text
--------------
    rpc route-delete {
       description
         "To delete a route or a list of routes from a RIB";
       input {
         leaf return-failure-detail {
           type boolean;
           default "false";
           description
             "Whether to return the failure detail.
              true  - return the failure detail
              false - do not return the failure detail
              The default is false.";
         }
         leaf rib-name {
           type string;
           mandatory true;
           description
             "A reference to the name of a RIB.";
         }
         container routes {
           description
             "The routes to be deleted from the RIB.";
           list route-list {
             key "route-index";
             description
               "The list of routes to be deleted.";
             uses route-prefix;
           }
         }
       }
       output {
         uses route-operation-state;
       }
     }


Notes
-----
Copy-paste error at page 60.

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