[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20161209124810.11f02084@xeon-e3>
Date: Fri, 9 Dec 2016 12:48:10 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: Simon Horman <simon.horman@...ronome.com>
Cc: netdev@...r.kernel.org, Jiri Pirko <jiri@...lanox.com>
Subject: Re: [PATCH v2 iproute2/net-next 3/3] tc: flower: support matching
on ICMP type and code
On Wed, 7 Dec 2016 14:54:03 +0100
Simon Horman <simon.horman@...ronome.com> wrote:
> Support matching on ICMP type and code.
>
> Example usage:
>
> tc qdisc add dev eth0 ingress
>
> tc filter add dev eth0 protocol ip parent ffff: flower \
> indev eth0 ip_proto icmp type 8 code 0 action drop
>
> tc filter add dev eth0 protocol ipv6 parent ffff: flower \
> indev eth0 ip_proto icmpv6 type 128 code 0 action drop
>
> Signed-off-by: Simon Horman <simon.horman@...ronome.com>
Applied to net-next
Powered by blists - more mailing lists