Re: [PATCH v2] net: Don't delete routes in different VRFs

2016-09-06 Thread David Miller
From: Mark Tomlinson Date: Mon, 5 Sep 2016 10:20:20 +1200 > When deleting an IP address from an interface, there is a clean-up of > routes which refer to this local address. However, there was no check to > see that the VRF matched. This meant that deletion

[PATCH v2] net: Don't delete routes in different VRFs

2016-09-04 Thread Mark Tomlinson
When deleting an IP address from an interface, there is a clean-up of routes which refer to this local address. However, there was no check to see that the VRF matched. This meant that deletion wasn't confined to the VRF it should have been. To solve this, a new field has been added to fib_info