I just added a new IP tables rule and clicked apply. Then got the following
Code:
hodgetts@RT-AX88U-AA80:/tmp/home/root# tc filter show dev br0 | grep -c flowid
49
hodgetts@RT-AX88U-AA80:/tmp/home/root# service restart_qos; sleep 60; tc filter show dev br0 | grep -c flowid
Done.
41
I then added an App Redirection Rule
Code:
hodgetts@RT-AX88U-AA80:/tmp/home/root# tc filter show dev br0 | grep -c flowid
41
hodgetts@RT-AX88U-AA80:/tmp/home/root# service restart_qos; sleep 60; tc filter show dev br0 | grep -c flowid
Done.
41
hodgetts@RT-AX88U-AA80:/tmp/home/root# tc filter show dev br0 | grep -c flowid
50
hodgetts@RT-AX88U-AA80:/tmp/home/root# tc filter show dev br0 | grep -c flowid
50
So it looks like I wasn't waiting long enough for the rules to re-apply, but I still can't get them to duplicate. The number is only correct when I make a change to the configuration and it re-applies it's rules. That isn't happening with the "service restart_qos"