Re: [PATCH net v2] net: Flush local routes when device changes vrf association

2015-12-13 Thread David Miller
From: David Ahern Date: Thu, 10 Dec 2015 10:25:24 -0800 > The VRF driver cycles netdevs when an interface is enslaved or released: > the down event is used to flush neighbor and route tables and the up > event (if the interface was already up) effectively moves local and > connected routes to the

Re: [PATCH net v2] net: Flush local routes when device changes vrf association

2015-12-10 Thread Nikolay Aleksandrov
On 12/10/2015 07:25 PM, David Ahern wrote: > The VRF driver cycles netdevs when an interface is enslaved or released: > the down event is used to flush neighbor and route tables and the up > event (if the interface was already up) effectively moves local and > connected routes to the proper table.

[PATCH net v2] net: Flush local routes when device changes vrf association

2015-12-10 Thread David Ahern
The VRF driver cycles netdevs when an interface is enslaved or released: the down event is used to flush neighbor and route tables and the up event (if the interface was already up) effectively moves local and connected routes to the proper table. As of 4f823defdd5b the local route is left hanging