Re: [RFC PATCH 06/10] ipv6: Avoid deleting RTF_CACHE route from ip6_route_del()

2015-04-20 Thread David Miller
From: Martin KaFai Lau Date: Mon, 20 Apr 2015 12:33:05 -0700 > On Mon, Apr 20, 2015 at 02:23:05PM -0400, David Miller wrote: >> From: Martin KaFai Lau >> Date: Fri, 10 Apr 2015 18:54:09 -0700 >> >> > Before patch 'Allow pmtu update on /128 via gateway route', >> > RTF_CACHE route was not create

Re: [RFC PATCH 06/10] ipv6: Avoid deleting RTF_CACHE route from ip6_route_del()

2015-04-20 Thread Martin KaFai Lau
On Mon, Apr 20, 2015 at 02:23:05PM -0400, David Miller wrote: > From: Martin KaFai Lau > Date: Fri, 10 Apr 2015 18:54:09 -0700 > > > Before patch 'Allow pmtu update on /128 via gateway route', > > RTF_CACHE route was not created for DST_HOST. It also requires changes on > > both > > delete code

Re: [RFC PATCH 06/10] ipv6: Avoid deleting RTF_CACHE route from ip6_route_del()

2015-04-20 Thread David Miller
From: Martin KaFai Lau Date: Fri, 10 Apr 2015 18:54:09 -0700 > Before patch 'Allow pmtu update on /128 via gateway route', > RTF_CACHE route was not created for DST_HOST. It also requires changes on > both > delete code path and rt6_select() code patch. > > This patch fixes the delete code pat