SQM with WireGuard and PBR?

root@OpenWrt:/etc/init.d# tc -s filter show dev wan parent ffff:
filter protocol ip pref 1 u32 chain 0
filter protocol ip pref 1 u32 chain 0 fh 800: ht divisor 1
filter protocol ip pref 1 u32 chain 0 fh 800::800 order 2048 key ht 800 bkt 0 terminal flowid ??? not_in_hw
  match ca6c0000/ffff0000 at 20
        action order 1: gact action pass
         random type none pass val 0
         index 1 ref 1 bind 1 installed 3172 sec used 0 sec firstused 3168 sec
        Action statistics:
        Sent 1045633232 bytes 850369 pkt (dropped 0, overlimits 0 requeues 0)
        backlog 0b 0p requeues 0

filter protocol all pref 2 matchall chain 0
filter protocol all pref 2 matchall chain 0 handle 0x1
  not_in_hw (rule hit 7934)
        action order 1: mirred (Egress Redirect to device ifb) stolen
        index 1 ref 1 bind 1 installed 3172 sec used 0 sec firstused 3172 sec
        Action statistics:
        Sent 16059952 bytes 15294 pkt (dropped 0, overlimits 0 requeues 0)
        backlog 0b 0p requeues 0
root@OpenWrt:/etc/init.d# tc -s filter show dev vpn parent ffff:
filter protocol all pref 49152 matchall chain 0
filter protocol all pref 49152 matchall chain 0 handle 0x1
  not_in_hw (rule hit 678792)
        action order 1: mirred (Egress Redirect to device ifb) stolen
        index 2 ref 1 bind 1 installed 3195 sec used 0 sec firstused 3191 sec
        Action statistics:
        Sent 987729752 bytes 852048 pkt (dropped 0, overlimits 0 requeues 0)
        backlog 0b 0p requeues 0

What does this indicate I wonder? Very interested to know..

1 Like