Re: [PATCH net] arp: fix arp_filter on l3slave devices

2018-04-09 Thread David Ahern
On 4/8/18 9:36 PM, Sasha Levin wrote: > Hi, > > [This is an automated email] > > This commit has been processed by the -stable helper bot and determined > to be a high probability candidate for -stable trees. (score: 33.5930) > > The bot has tested the following trees: v4.16, v4.15.15, v4.14.32,

Re: [PATCH net] arp: fix arp_filter on l3slave devices

2018-04-08 Thread Sasha Levin
Hi, [This is an automated email] This commit has been processed by the -stable helper bot and determined to be a high probability candidate for -stable trees. (score: 33.5930) The bot has tested the following trees: v4.16, v4.15.15, v4.14.32, v4.9.92, v4.4.126. v4.16: Build OK! v4.15.15: Build

Re: [PATCH net] arp: fix arp_filter on l3slave devices

2018-04-05 Thread David Miller
From: David Ahern Date: Thu, 5 Apr 2018 08:40:48 -0600 > On 4/5/18 2:25 AM, Miguel Fadon Perlines wrote: >> arp_filter performs an ip_route_output search for arp source address and >> checks if output device is the same where the arp request was received, >> if it is not, the arp request is not a

Re: [PATCH net] arp: fix arp_filter on l3slave devices

2018-04-05 Thread David Ahern
On 4/5/18 2:25 AM, Miguel Fadon Perlines wrote: > arp_filter performs an ip_route_output search for arp source address and > checks if output device is the same where the arp request was received, > if it is not, the arp request is not answered. > > This route lookup is always done on main route t

[PATCH net] arp: fix arp_filter on l3slave devices

2018-04-05 Thread Miguel Fadon Perlines
arp_filter performs an ip_route_output search for arp source address and checks if output device is the same where the arp request was received, if it is not, the arp request is not answered. This route lookup is always done on main route table so l3slave devices never find the proper route and ar

Re: [PATCH net] arp: fix arp_filter on l3slave devices

2018-04-04 Thread David Ahern
On 4/4/18 4:13 AM, Miguel Fadon Perlines wrote: > arp_filter performs an ip_route_output search for arp source address and > > checks if output device is the same where the arp request was received, > > if it is not, the arp request is not answered. > >   > > This route lookup is always done on