From: Vladimir Oltean
Date: Fri, 4 Oct 2019 03:33:47 +0300
> Amazingly, of all features, this does not require a switch reset.
>
> Tested with:
>
> tc qdisc add dev swp2 clsact
> tc filter add dev swp2 ingress matchall skip_sw \
> action mirred egress mirror dev swp3
> tc filter show dev
Amazingly, of all features, this does not require a switch reset.
Tested with:
tc qdisc add dev swp2 clsact
tc filter add dev swp2 ingress matchall skip_sw \
action mirred egress mirror dev swp3
tc filter show dev swp2 ingress
tc filter del dev swp2 ingress pref 49152
Signed-off-by: Vlad