Skip to content
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

T5295: QoS fix policy limiter tc filter rate limit #2065

Merged
merged 2 commits into from
Jul 1, 2023

Commits on Jul 1, 2023

  1. T5295: QoS fix policy limiter tc filter rate limit

    tc filter rate limit should be used only if qostype is 'limiter'
    and not 'shaper'
    sever-sever committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    e336136 View commit details
    Browse the repository at this point in the history
  2. T5302: QoS fix class with multiple matches generate one rule

    Fix QoS tc class with multiple matches generates one rule but
    expects multiple filter rules:
    
    set qos policy shaper test class 23 match one ip protocol 'tcp'
    set qos policy shaper test class 23 match two ip protocol 'udp'
    
    tc filter add dev eth0 parent 1: protocol all prio 1 u32 match ip protocol 6 0xff flowid 1:17
    tc filter add dev eth0 parent 1: protocol all prio 2 u32 match ip protocol 17 0xff flowid 1:17
    sever-sever committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    4917d7a View commit details
    Browse the repository at this point in the history