Re: [PATCH net v3 0/2] IPv6 ECMP route add/replace fixes

2015-05-20 Thread David Miller
From: Michal Kubecek Date: Mon, 18 May 2015 20:53:50 +0200 (CEST) > (1) When adding a nexthop of a multipath route fails (e.g. because of a > conflict with an existing route), we are supposed to delete nexthops > already added. However, currently we try to also delete all nexthops we > haven't ev

[PATCH net v3 0/2] IPv6 ECMP route add/replace fixes

2015-05-18 Thread Michal Kubecek
(1) When adding a nexthop of a multipath route fails (e.g. because of a conflict with an existing route), we are supposed to delete nexthops already added. However, currently we try to also delete all nexthops we haven't even tried to add yet so that a "ip route add" command can actually remove pr