I've been trying to implement traffic shaping using tc. But it seems that ingress is not working.
I am running Armbian Minimal Server on Orange Pi 5.
Running this command:
tc qdisc add dev eth0 ingress
Will throw an error:
Error: Specified qdisc kind is unknown.
This has been working for orange pi pc/one armbian.
Does the ingress module missing from this build?
Can anyone point me to the right direction. Thanks.