On 3/9/18 2:07 AM, Simon Horman wrote:
> From: Pieter Jansen van Vuuren <pieter.jansenvanvuu...@netronome.com>
> 
> Add matching support for distinguishing between first and later fragmented
> packets.
> 
>  # tc filter add dev eth0 protocol ip parent ffff: \
>      flower indev eth0 \
>       ip_flags firstfrag \
>         ip_proto udp \
>     action mirred egress redirect dev eth1
> 
>  # tc filter add dev eth0 protocol ip parent ffff: \
>      flower indev eth0 \
>       ip_flags nofirstfrag \
>         ip_proto udp \
>     action mirred egress redirect dev eth1
> 
> Signed-off-by: Pieter Jansen van Vuuren <pieter.jansenvanvuu...@netronome.com>
> Reviewed-by: Jakub Kicinski <jakub.kicin...@netronome.com>
> Signed-off-by: Simon Horman <simon.hor...@netronome.com>
> ---
>  man/man8/tc-flower.8 | 8 ++++++--
>  tc/f_flower.c        | 1 +
>  2 files changed, 7 insertions(+), 2 deletions(-)

applied to iproute2-next.

Reply via email to