Re: [patch net-next 16/17] mlxsw: spectrum_router: Abort on source-specific routes

2017-07-19 Thread Ido Schimmel
On Wed, Jul 19, 2017 at 10:16:19AM -0600, David Ahern wrote: > On 7/19/17 1:02 AM, Jiri Pirko wrote: > > From: Ido Schimmel > > > > Without resorting to ACLs, the device performs route lookup solely based > > on the destination IP address. > > > > In case source-specific routing is needed, an er

Re: [patch net-next 16/17] mlxsw: spectrum_router: Abort on source-specific routes

2017-07-19 Thread David Ahern
On 7/19/17 1:02 AM, Jiri Pirko wrote: > From: Ido Schimmel > > Without resorting to ACLs, the device performs route lookup solely based > on the destination IP address. > > In case source-specific routing is needed, an error is returned and the > abort mechanism is activated, thus allowing the k

[patch net-next 16/17] mlxsw: spectrum_router: Abort on source-specific routes

2017-07-19 Thread Jiri Pirko
From: Ido Schimmel Without resorting to ACLs, the device performs route lookup solely based on the destination IP address. In case source-specific routing is needed, an error is returned and the abort mechanism is activated, thus allowing the kernel to take over forwarding decisions. Instead of