From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [PATCH iproute2/net-next 7/7] tc: flower: Support matching on ND Date: Thu, 2 Feb 2017 18:27:48 +0100 Message-ID: <20170202172748.GE1845@nanopsycho.orion> References: <1486031920-10784-1-git-send-email-simon.horman@netronome.com> <1486031920-10784-8-git-send-email-simon.horman@netronome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Stephen Hemminger , Dinan Gunawardena , netdev@vger.kernel.org, oss-drivers@netronome.com To: Simon Horman Return-path: Received: from mail-wm0-f66.google.com ([74.125.82.66]:34133 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751441AbdBBR1v (ORCPT ); Thu, 2 Feb 2017 12:27:51 -0500 Received: by mail-wm0-f66.google.com with SMTP id c85so5437950wmi.1 for ; Thu, 02 Feb 2017 09:27:51 -0800 (PST) Content-Disposition: inline In-Reply-To: <1486031920-10784-8-git-send-email-simon.horman@netronome.com> Sender: netdev-owner@vger.kernel.org List-ID: Thu, Feb 02, 2017 at 11:38:40AM CET, simon.horman@netronome.com wrote: >Allow matching on Neighbour Discovery target IP, and source and >destination link-layer addresses for neighbour solicitation and >advertisement messages. > >Sample usage: > >tc qdisc add dev eth0 ingress > >tc filter add dev eth0 protocol ipv6 parent ffff: flower \ > indev eth0 ip_proto icmpv6 type 136 code 0 \ > nd_target 2001:470:7eb3:403:201:8eff:fe22:8fea \ > nd_tll 00:01:8e:22:8f:ea action drop > >Signed-off-by: Simon Horman Why you are adding this to iproute2? You only poster RFC for kernel. Please push to kernel first, let it merge, then send iproute2 support.