Hi, I just stumbled into this thread and as someone pointed out, the egress works, but the ingress doesn’t. At least for me it doesn’t matter if I’m using br-lan or eth0 the problem is the same, there’s no limit on the bandwidth.

Also, turning the debut logs on the interface shows this:

egress shaping deactivated
/usr/sbin/tc qdisc del dev br-lan root
RTNETLINK answers: No such file or directory
/usr/sbin/ip link add name TMP_IFB_4_SQM type ifb
/usr/sbin/tc qdisc replace dev TMP_IFB_4_SQM ingress
RTNETLINK answers: No such file or directory
QDISC ingress is NOT useable.
/usr/sbin/ip link set dev TMP_IFB_4_SQM down
/usr/sbin/ip link delete TMP_IFB_4_SQM type ifb

This is my current configuration:

config queue 'eth1'
	option qdisc 'fq_codel'
	option script 'simple.qos'
	option qdisc_advanced '0'
	option enabled '1'
	option interface 'eth0'
	option linklayer 'ethernet'
	option overhead '44'
	option upload '20000'
	option debug_logging '1'
	option verbosity '8'
	option download '0'

config queue
	option qdisc 'fq_codel'
	option script 'simple.qos'
	option linklayer 'none'
	option enabled '1'
	option interface 'br-lan'
	option download '50000'
	option upload '0'
	option debug_logging '1'
	option verbosity '8'
	option qdisc_advanced '0'