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

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

Section: 3

Original Text
-------------
     grouping vxlan-header {
       description
         "The VXLAN encapsulation header information.";
       choice vxlan-type {
         description
           "NVGRE can use either an IPv4
            or an IPv6 header for encapsulation.";
         case ipv4 {
           uses ipv4-header;
         }
         case ipv6 {
           uses ipv6-header;
         }
       }
       leaf vxlan-identifier {
         type uint32;
         mandatory true;
         description
           "The VXLAN identifier of the VXLAN header.";
       }
     }


Corrected Text
--------------
     grouping vxlan-header {
       description
         "The VXLAN encapsulation header information.";
       choice vxlan-type {
         description
           "VXLAN can use either an IPv4
            or an IPv6 header for encapsulation.";
         case ipv4 {
           uses ipv4-header;
         }
         case ipv6 {
           uses ipv6-header;
         }
       }
       leaf vxlan-identifier {
         type uint32;
         mandatory true;
         description
           "The VXLAN identifier of the VXLAN header.";
       }
     }


Notes
-----
In the description, instead of VXLAN, NVGRE is indicated (page 49)

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