I'm trying to run on Linux (fedora) this command:
sudo tc qdisc add dev enp2s0 handle 1:0 root netem delay 0 loss 1%
I checked the interface enp2s0 and the settings are fine, but I get this message:
Error: Specified qdisc not found.
what could be the problem?
Thanks