Re: [PATCH v4 net-next 4/4] net/sched: act_mirred: Implement ingress actions
From: Jamal Hadi Salim <jhs@mojatatu.com>
Date: 2016-10-13 12:11:09
From: Jamal Hadi Salim <jhs@mojatatu.com>
Date: 2016-10-13 12:11:09
On 16-10-13 02:06 AM, Shmulik Ladkani wrote:
Up until now, 'action mirred' supported only egress actions (either TCA_EGRESS_REDIR or TCA_EGRESS_MIRROR). This patch implements the corresponding ingress actions TCA_INGRESS_REDIR and TCA_INGRESS_MIRROR. This allows attaching filters whose target is to hand matching skbs into the rx processing of a specified device. Signed-off-by: Shmulik Ladkani <redacted>
Tested-by: Jamal Hadi Salim <jhs@mojatatu.com> Acked-by: Jamal Hadi Salim <jhs@mojatatu.com> cheers, jamal