Re: [PATCH net-next] net/ipv6: Make ipv6_route_table_template static

2018-10-10 Thread David Miller
From: David Ahern Date: Mon, 8 Oct 2018 14:06:34 -0700 > From: David Ahern > > ipv6_route_table_template is exported but there are no users outside > of route.c. Make it static. > > Signed-off-by: David Ahern Applied.

[PATCH net-next] net/ipv6: Make ipv6_route_table_template static

2018-10-08 Thread David Ahern
From: David Ahern ipv6_route_table_template is exported but there are no users outside of route.c. Make it static. Signed-off-by: David Ahern --- include/net/ipv6.h | 2 -- net/ipv6/route.c | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/include/net/ipv6.h b/include/net