Re: [PATCH net-next] mlxsw: spectrum_router: Simplify VRF enslavement

2017-05-01 Thread Ido Schimmel
On Sun, Apr 30, 2017 at 11:04:48PM -0400, David Miller wrote: > Applied, thanks. I see net-next was updated ~25 minutes ago, yet I don't see the patch there. Can you please check it's actually applied? Thanks

Re: [PATCH net-next] mlxsw: spectrum_router: Simplify VRF enslavement

2017-04-30 Thread David Miller
From: Date: Sun, 30 Apr 2017 19:47:14 +0300 > From: Ido Schimmel > > When a netdev is enslaved to a VRF master, its router interface (RIF) > needs to be destroyed (if exists) and a new one created using the > corresponding virtual router (VR). > > From the driver's perspective, the above is eq

[PATCH net-next] mlxsw: spectrum_router: Simplify VRF enslavement

2017-04-30 Thread idosch
From: Ido Schimmel When a netdev is enslaved to a VRF master, its router interface (RIF) needs to be destroyed (if exists) and a new one created using the corresponding virtual router (VR). >From the driver's perspective, the above is equivalent to an inetaddr event sent for this netdev. Therefo