public
public copied to clipboard
Question/clarifcation about qos-interface-classifier-top grouping
The qos-interface-classifier-top grouping in openconfig-qos-interfaces defines a key on the type leaf for its classifier list. The config grouping for list elements, qos-interface-classifiers-config, furthermore has a name leafref which references a member in the top-level qos/classifiers config.
Some observations:
- The
typekey inqos-interface-classifier-topis an enumeration which does not allow forETHERNETas a value, whereas the thetypevalue for top-level classifiers defined inopenconfig-qos-elementsdoes. - All other sub-groupings in
qos-interface-input-top(e.g.qos-interface-queue-root-top,qos-interface-scheduler-top) are named references to top-levelqossub-container members, which is inconsistent withqos-interface-classifier-top.
Is this behavior intended? Should qos-interface-classifier-top classifier list members perhaps be multi-keyed on type and name? Is ETHERNET excluded as a valid type value here deliberately?