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

CakeQOS not limiting download #727

Open
eConnah opened this issue Jan 8, 2025 · 1 comment
Open

CakeQOS not limiting download #727

eConnah opened this issue Jan 8, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@eConnah
Copy link

eConnah commented Jan 8, 2025

Router Model Affected
Models: TUF-AX3000 V2

Firmware Version Affected
3004.388.8_2-gnuton1

Is this bug present in upstream Merlin releases too?
Unsure

Describe the bug
The bandwidth limiter for upload works perfectly well but for download it just doesn't work. It works using flex but I'm unsure why it doesn't with cake. I'm using pppoe on full fibre, 100/20 connection.

To Reproduce
Steps to reproduce the behavior:

  1. Go to adaptive qos -> qos.
  2. Click on cake.
  3. Scroll down to manual bandwidth, enable set limits.
  4. Run speedtest.
  5. See download limit is not working.

Expected behavior
Download limit should work.

Screenshots
image
image
image
image

Fix from dave14305
tc filter add dev ppp0 parent ffff: protocol all prio 10 u32 match u32 0 0 flowid 1:1 action mirred egress redirect dev ifb4ppp0

Link: https://www.snbforums.com/threads/cakeqos-not-limiting-download.93504/

@eConnah eConnah added the bug Something isn't working label Jan 8, 2025
@dave14305
Copy link
Contributor

CONFIG_NET_CLS_MATCHALL needs to be enabled for 4.19 kernel devices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants