-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
qdisc all delete #801
Comments
There is no RTNL operation to delete all qdiscs, thus no such mapping in I can schedule this feature as one call |
There is no RTNL operation to delete all qdiscs, thus no such mapping in
thank you! I have one question (venv) root@futurue4:/usr/lib/python3.8/site-packages/pyroute2# tc qdisc show dev enp0s18 |
That's 'cause First I have to finish changing the package layout and fix issues caused by this change, and then these two features (flush & fifo) will be in 0.6.2 |
|
ipr.tc('add',
kind='pfifo',
index=ipr.link_lookup(ifname='test0'),
limit=700) The feature requires more work as it still raises warnings etc, but it works on the
Sure :) It's a bit tough to travel nowadays, but I would love to get there one day. |
|
Closing as resolved. Feel free to reopen the ticket if you see more issues with the feature. |
can I delete all existing qdisc settings without knowing the interface index and knowing which interfaces exist?
The text was updated successfully, but these errors were encountered: