[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20161026112135.395f9983@xeon-e3>
Date: Wed, 26 Oct 2016 11:21:35 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Shmulik Ladkani <shmulik.ladkani@...il.com>
Cc: Jamal Hadi Salim <jhs@...atatu.com>, netdev@...r.kernel.org
Subject: Re: [PATCH iproute2 net-next] tc: m_mirred: Add support for ingress
redirect/mirror
On Wed, 19 Oct 2016 17:14:09 +0300
Shmulik Ladkani <shmulik.ladkani@...il.com> wrote:
> So far, only the 'egress' direction was implemented.
>
> Allow specifying 'ingress' as the direction packet appears on the target
> interface.
>
> For example, this takes incoming 802.1q frames on veth0 and redirects
> them for input on dummy0:
>
> # tc filter add dev veth0 parent ffff: pref 1 protocol 802.1q basic \
> action mirred ingress redirect dev dummy0
>
> Signed-off-by: Shmulik Ladkani <shmulik.ladkani@...il.com>
Applied to net-next branch
Powered by blists - more mailing lists