You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2022. It is now read-only.
Myself and other have reported issues with the hard coded parents when limiting the rates in htb.
cmd = ("tc class change dev %s parent 1:0 classid 1:1 "
"htb rate %s burst 15k" % (iface, spd))
Had to change it to parent 5:0 classid 5:1 o get it to work.