On Wed, 19 Oct 2016 17:14:09 +0300
Shmulik Ladkani <[email protected]> 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 <[email protected]>

Applied to net-next branch

Reply via email to