Re: [PATCH] ipvlan: fix ipv6 outbound device

2017-11-11 Thread David Miller
From: Date: Thu, 9 Nov 2017 20:09:31 +0800 > From: Keefe Liu > > When process the outbound packet of ipv6, we should assign the master > device to output device other than input device. > > Signed-off-by: Keefe Liu Applied.

Re: [PATCH] ipvlan: fix ipv6 outbound device

2017-11-09 Thread liuqifa
That's a good question. Recently, I am researching how to use ipvlan, I found when using L3 mode, the packet from the ipvlan slave interface can only get out from the phy device which the slave interface attached, and I found this is assigning the flowi4's output device result, so I tried to don

Re: [PATCH] ipvlan: fix ipv6 outbound device

2017-11-09 Thread महेश बंडेवार
On Thu, Nov 9, 2017 at 9:09 PM, wrote: > From: Keefe Liu > > When process the outbound packet of ipv6, we should assign the master > device to output device other than input device. > curious to know, how you discovered this? > Signed-off-by: Keefe Liu Acked-by: Mahesh Bandewar > --- > drive

[PATCH] ipvlan: fix ipv6 outbound device

2017-11-09 Thread liuqifa
From: Keefe Liu When process the outbound packet of ipv6, we should assign the master device to output device other than input device. Signed-off-by: Keefe Liu --- drivers/net/ipvlan/ipvlan_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ipvlan/ipvlan_cor