Requested revision
| Standard: | 802.1Qdx | Clause: | 48.6.24 | 
| Clause title: | The ieee802-dot1q-cbsa YANG module | ||
Rationale for revision
The YANG module provides a default value for the config false leaf "oper-idle-slope". This seems to be wrong as config false indicates that the leaf represents state data and can not directly be configured. A default value is provided for a configurable leaf as the value to be used in absence of an explicitly configured value. In addition, it seems that no default value is provided for oper-idle-slope in IEEE 802.1Q and the default value of "0" is only introduced in the YANG module.
Proposed text
Remove the default value from the definition for the leaf
oper-idle-slope as follows:
leaf oper-idle-slope {
  type uint64;
  units "bits/second";
  config false;
  description
    "The actual bandwidth, in bits per second, that is currently
    reserved for use by the queue associated with this traffic class
    (see 34.6.1 and 34.6.2).";
  reference
    "34.3, 34.6.1, and 34.6.2 of IEEE Std 802.1Q.";
}Impact on existing networks
The change is backward compatible.
    Originator
| Name: | Stephan Kehrer | Email: | stephan.kehrer.committees@gmail.com | 
| Affiliation: | Belden Inc. | ||
| Submitted: | 2024-11-13 | ||