From: Stephen Hemminger <stephen@networkplumber.org>
To: Shmulik Ladkani <shmulik.ladkani@gmail.com>
Cc: Jamal Hadi Salim <jhs@mojatatu.com>, netdev@vger.kernel.org
Subject: Re: [PATCH iproute2 net-next] tc: m_mirred: Add support for ingress redirect/mirror
Date: Wed, 26 Oct 2016 11:21:35 -0700 [thread overview]
Message-ID: <20161026112135.395f9983@xeon-e3> (raw)
In-Reply-To: <20161019141409.23172-1-shmulik.ladkani@gmail.com>
On Wed, 19 Oct 2016 17:14:09 +0300
Shmulik Ladkani <shmulik.ladkani@gmail.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@gmail.com>
Applied to net-next branch
prev parent reply other threads:[~2016-10-26 18:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-19 14:14 [PATCH iproute2 net-next] tc: m_mirred: Add support for ingress redirect/mirror Shmulik Ladkani
2016-10-26 18:21 ` Stephen Hemminger [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161026112135.395f9983@xeon-e3 \
--to=stephen@networkplumber.org \
--cc=jhs@mojatatu.com \
--cc=netdev@vger.kernel.org \
--cc=shmulik.ladkani@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.