RFC Errata
RFC 7950, "The YANG 1.1 Data Modeling Language", August 2016
Note: This RFC has been updated by RFC 8342, RFC 8526
Source of RFC: netmod (ops)See Also: RFC 7950 w/ inline errata
Errata ID: 6952
Status: Verified
Type: Editorial
Publication Format(s) : TEXT
Reported By: Andy Bierman
Date Reported: 2022-05-03
Verifier Name: RFC Editor
Date Verified: 2022-05-04
Section 10.4.2.1 says:
augment "/interface" { when 'derived-from-or-self(type, "exif:fast-ethernet"); // Fast-Ethernet-specific definitions here }
It should say:
augment "/interface" { when 'derived-from-or-self(type, "exif:fast-ethernet")'; // Fast-Ethernet-specific definitions here }
Notes:
single quote to end complete string is missing