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

FS#3754 - qos-scripts do not "add" the ifb interface before setting it to "up" #8896

Closed
openwrt-bot opened this issue Apr 27, 2021 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

pmelange:

This is device agnostic and applies to the master branch and openwrt-21.02.

Reproducible by setting up /etc/config/qos to a certain $IFACE and running the following command:

/usr/lib/qos/generate.sh interface $IFACE | sh -x

The error looks like this:

+ ip link set ifb0 up + tc qdisc del dev ifb0 root + tc qdisc add dev ifb0 root handle 1: hfsc default 30 Cannot find device "ifb0" + tc class add dev ifb0 parent 1: classid 1:1 hfsc sc rate 15000kbit ul rate 15000kbit Cannot find device "ifb0"

PR #4092 has a proposed fix in it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant