The following errata report has been verified for RFC8528, "YANG Schema Mount".
-------------------------------------- You may review the report below and at: https://www.rfc-editor.org/errata/eid5797 -------------------------------------- Status: Verified Type: Editorial Reported by: Andy Bierman <[email protected]> Date Reported: 2019-07-29 Verified by: Ignas Bagdonas (IESG) Section: A.2 Original Text ------------- { "ietf-interfaces:interfaces": { "interface": [ { "name": "eth0", "type": "iana-if-type:ethernetCsmacd", "enabled": true, "ietf-logical-network-element:bind-lne-name": "eth0" } ] }, Corrected Text -------------- { "ietf-interfaces:interfaces": { "interface": [ { "name": "eth0", "type": "iana-if-type:ethernetCsmacd", "enabled": true, "ietf-logical-network-element:bind-lne-name": "lne-1" } ] }, Notes ----- leafref is for an LNE name, not an interface name -------------------------------------- RFC8528 (draft-ietf-netmod-schema-mount-12) -------------------------------------- Title : YANG Schema Mount Publication Date : March 2019 Author(s) : M. Bjorklund, L. Lhotka Category : PROPOSED STANDARD Source : Network Modeling Area : Operations and Management Stream : IETF Verifying Party : IESG _______________________________________________ netmod mailing list [email protected] https://www.ietf.org/mailman/listinfo/netmod
