From: Vladimir Oltean <olte...@gmail.com>
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 swp2 ingress
> tc filter del dev swp2 ingress pref 49152
> 
> Signed-off-by: Vladimir Oltean <olte...@gmail.com>
> ---
> Changes in v2:
> - Reworked the error message to print the mirror port correctly.

Applied.

Reply via email to