Re: [PATCH net] net/ipv6: Fix updates to prefix route

2018-06-30 Thread David Miller
From: dsah...@kernel.org Date: Thu, 28 Jun 2018 13:36:55 -0700 > From: David Ahern > > Sowmini reported that a recent commit broke prefix routes for linklocal > addresses. The newly added modify_prefix_route is attempting to add a > new prefix route when the ifp priority does not match the route

[PATCH net] net/ipv6: Fix updates to prefix route

2018-06-28 Thread dsahern
From: David Ahern Sowmini reported that a recent commit broke prefix routes for linklocal addresses. The newly added modify_prefix_route is attempting to add a new prefix route when the ifp priority does not match the route metric however the check needs to account for the default priority. In ad