I want tc to run every time a computer is restarted. When I run my script manually I can see changes in tc qdisc list or in ping. So I tried running it from crontab -e expecting to get the same changes on reboot.
However even though the part of the script that prints to a file runs on reboot, tc qdisc list and ping do not show the changes after reboot. Is there a reason tc wouldn't apply on reboot but writing to a file would?