On 28/11/15 06:15, roopa wrote:
On 11/25/15, 8:18 AM, David Miller wrote:
From: Roopa Prabhu
Date: Tue, 24 Nov 2015 15:22:22 -0800
v4 -v5
- if kmemdup fails, modify the original route in place. This is a
corner case and only side effect is that in the remote case
of km
On 11/25/15, 8:18 AM, David Miller wrote:
> From: Roopa Prabhu
> Date: Tue, 24 Nov 2015 15:22:22 -0800
>
>> v4 -v5
>> - if kmemdup fails, modify the original route in place. This is a
>> corner case and only side effect is that in the remote case
>> of kmemdup failure, the changes w
From: Roopa Prabhu
Date: Tue, 24 Nov 2015 15:22:22 -0800
> v4 -v5
> - if kmemdup fails, modify the original route in place. This is a
> corner case and only side effect is that in the remote case
> of kmemdup failure, the changes will not be atomically visible
> to datapat
On 24/11/15 23:22, Roopa Prabhu wrote:
From: Roopa Prabhu
Adds support for RTNH_F_DEAD and RTNH_F_LINKDOWN flags on mpls
routes due to link events. Also adds code to ignore dead
routes during route selection.
Unlike ip routes, mpls routes are not deleted when the route goes
dead. This is curre
From: Roopa Prabhu
Adds support for RTNH_F_DEAD and RTNH_F_LINKDOWN flags on mpls
routes due to link events. Also adds code to ignore dead
routes during route selection.
Unlike ip routes, mpls routes are not deleted when the route goes
dead. This is current mpls behaviour and this patch does not