public icon indicating copy to clipboard operation
public copied to clipboard

QoS Classiers terms should be ordered list

Open rszarecki opened this issue 2 years ago • 1 comments

Currently Classier terms is list with "id" being a key, while "id" is of string type. This do not allow to unambiguisly tell the order of terms, what is critical, since condition of terma may be overlaping. Also adding of ne term would not be possible.

https://github.com/openconfig/public/blob/51e534ee090d8c641fa886ab13422e8e94a68774/release/models/qos/openconfig-qos-elements.yang#L164

It is suggested to replace Id with sequence-Id similiarly to sedulers[seq-id] of uint32 type. And mandate taht terms are evaluated always in ascending order.

rszarecki avatar Jun 26 '23 02:06 rszarecki