Re: [PATCH net,v2] vrf: check accept_source_route on the original netdevice

2019-04-01 Thread David Miller
From: Stephen Suryaputra Date: Wed, 27 Mar 2019 15:58:48 -0400 > Configuration check to accept source route IP options should be made on > the incoming netdevice when the skb->dev is an l3mdev master. The route > lookup for the source route next hop also needs the incoming netdev. > > Signed-off

Re: [PATCH net,v2] vrf: check accept_source_route on the original netdevice

2019-03-31 Thread David Ahern
On 3/31/19 2:57 PM, David Miller wrote: > From: Stephen Suryaputra > Date: Wed, 27 Mar 2019 15:58:48 -0400 > >> Configuration check to accept source route IP options should be made on >> the incoming netdevice when the skb->dev is an l3mdev master. The route >> lookup for the source route next ho

Re: [PATCH net,v2] vrf: check accept_source_route on the original netdevice

2019-03-31 Thread David Ahern
On 3/27/19 1:58 PM, Stephen Suryaputra wrote: > Configuration check to accept source route IP options should be made on > the incoming netdevice when the skb->dev is an l3mdev master. The route > lookup for the source route next hop also needs the incoming netdev. > > Signed-off-by: Stephen Suryap

Re: [PATCH net,v2] vrf: check accept_source_route on the original netdevice

2019-03-31 Thread David Miller
From: Stephen Suryaputra Date: Wed, 27 Mar 2019 15:58:48 -0400 > Configuration check to accept source route IP options should be made on > the incoming netdevice when the skb->dev is an l3mdev master. The route > lookup for the source route next hop also needs the incoming netdev. > > Signed-off

[PATCH net,v2] vrf: check accept_source_route on the original netdevice

2019-03-27 Thread Stephen Suryaputra
Configuration check to accept source route IP options should be made on the incoming netdevice when the skb->dev is an l3mdev master. The route lookup for the source route next hop also needs the incoming netdev. Signed-off-by: Stephen Suryaputra --- net/ipv4/ip_input.c | 3 +++ net/ipv4/ip_op