Shmulik Ladkani <shmulik.ladk...@gmail.com> wrote: > We can later address any loop-detection improvements in mirred. > WDYT?
You can address this after fixing infamous spinlock recursion hard lockup (which has existed forever): tc qdisc add dev eth0 root handle 1: prio tc filter add dev eth0 parent 1: protocol ip u32 match u32 0 0 flowid 1:2 action mirred egress redirect dev eth0 (only do this on toy vm)