Open nobitran opened 2 years ago
same error in my case.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
sudo tc qdisc add dev enp0s1 root fq limit 1000
I try to change the queue limit, but fail
Error: Exclusivity flag on, cannot modify.
same error...
use ethtool -s tun0 speed 1000
modify the default speed value
Same with me.
Step:
[ERROR] command execution failed command=/sbin/tc qdisc add dev tun0 ingress stderr=Error: Exclusivity flag on, cannot modify.
[ERROR] command execution failed command=/sbin/tc qdisc change dev ifb7038 parent 1b7e:2 handle 243f: netem stderr=Error: NLM_F_REPLACE needed to override.
Additional: With outgoing, the flag --change run sometimes it run success, sometime can't update.
Originally posted by @nobitran in https://github.com/thombashi/tcconfig/issues/131#issuecomment-1290292350