-
Notifications
You must be signed in to change notification settings - Fork 657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent description in qos-interface-classifier-top #1201
Comments
example use case:
|
Thanks for this @dliu2223. This would be a significant breaking change to the model. But I see the operational use case to want to create multiple classifiers and then apply them to interfaces in a composable way. Would you like to send a PR for this change? |
Why is there a need for 2 classifiers (of the same type) in this scenario? 1 seems sufficient. Can you provide a few references (>1) to existing implementations of this? How classifier ordering or hierarchy is expected to work (if there are multiple matches)? All of this seems very unusual and not backed by a real use case.
I don't understand this. Each interface (in fact, each subinterface) can have its own classifier in the existing implementation. You listed only 1 interface, named |
grouping qos-interface-classifier-top {
description
"Top-level grouping for a QoS classifier associated with an
interface";
The key type has description that references the classifier name which makes more sense. In our experience, each qos interface may have multiple classifiers with the same type, but with different name, so the list should be using the name as the key as defined in
grouping qos-interface-classifiers-config {
description
"Configuration parameters for the list of classifiers";
The text was updated successfully, but these errors were encountered: