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

2015-12-10 Thread David Ahern
On 12/9/15 6:35 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. As of

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

2015-12-09 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