curl: support VLAN Priority: --vlan-priority#13907
curl: support VLAN Priority: --vlan-priority#13907orgads wants to merge 1 commit intocurl:masterfrom
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.