Re: [PATCHv2 next 1/3] ipvlan: scrub skb before routing in L3 mode.

2016-02-17 Thread Mahesh Bandewar
On Fri, Feb 12, 2016 at 2:24 PM, Cong Wang wrote: > On Wed, Feb 10, 2016 at 7:33 AM, Mahesh Bandewar wrote: >> From: Mahesh Bandewar >> >> Scrub skb before hitting the iptable hooks to ensure packets hit >> these hooks. >> >> Signed-off-by: Mahesh Bandewar >> --- >> v1: initial patch >> v2: res

Re: [PATCHv2 next 1/3] ipvlan: scrub skb before routing in L3 mode.

2016-02-12 Thread Cong Wang
On Wed, Feb 10, 2016 at 7:33 AM, Mahesh Bandewar wrote: > From: Mahesh Bandewar > > Scrub skb before hitting the iptable hooks to ensure packets hit > these hooks. > > Signed-off-by: Mahesh Bandewar > --- > v1: initial patch > v2: resend > > drivers/net/ipvlan/ipvlan_core.c | 4 ++-- > 1 file c

[PATCHv2 next 1/3] ipvlan: scrub skb before routing in L3 mode.

2016-02-10 Thread Mahesh Bandewar
From: Mahesh Bandewar Scrub skb before hitting the iptable hooks to ensure packets hit these hooks. Signed-off-by: Mahesh Bandewar --- v1: initial patch v2: resend drivers/net/ipvlan/ipvlan_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ipvlan/ipvla