-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
curl: support VLAN Priority: --vlan-priority #13907
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
Conversation
9eae92e
to
cf37166
Compare
What's the |
Looks like github had a problem. When the CI workflow is done, try restarting the failed jobs. |
b2d4089
to
6aa6208
Compare
These flaky tests are really frustrating... |
I moved the "unsupported" handling to the callback (in a separate commit). If you like it, you can leave it or squash. Otherwise, I'll discard this commit (probably tomorrow night). |
I prefer to detect the problem in the earlier stage rather than delaying and erroring out after having done more processing, when it is possible. For that reason prefer the previous take a little more. Also, I think we should use |
Add --vlan-priority option to the command line tool for setting VLAN priority.
Done. Better now? |
Thanks! |
Add --vlan-priority option to the command line tool for setting VLAN priority.