RFC Errata
RFC 8466, "A YANG Data Model for Layer 2 Virtual Private Network (L2VPN) Service Delivery", October 2018
Source of RFC: l2sm (ops)
Errata ID: 6703
Status: Held for Document Update
Type: Editorial
Publication Format(s) : TEXT
Reported By: Mohamed Boucadair
Date Reported: 2021-10-05
Held for Document Update by: Rob Wilton
Date Held: 2022-05-19
Section 8 says:
leaf pbs {
type uint64;
units "bps";
description
"Peak Burst Size. It is measured in bytes per
second.";
}
It should say:
leaf pbs {
type uint64;
units "Bytes per Second";
description
"Peak Burst Size.";
}
Notes:
There is a mismatch between the units statement and the description text.
The corrected text assumes that the description reflects the intent. This is the meaning assumed in draft-ietf-opsawg-l2nm
