RFC Errata
RFC 7950, "The YANG 1.1 Data Modeling Language", August 2016
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
