Re: [PATCH] IP6 Fragment: Export ip6_fragment function

2018-02-28 Thread David Miller
From: Sheena Mira-ato Date: Thu, 1 Mar 2018 10:28:40 +1300 > Export the ip6_fragment function so other loadable kernel > modules can access it. The ipv4 version is already > exported. Missing an appropriate signoff. And there is no reason to export a

[PATCH] IP6 Fragment: Export ip6_fragment function

2018-02-28 Thread Sheena Mira-ato
Export the ip6_fragment function so other loadable kernel modules can access it. The ipv4 version is already exported. --- net/ipv6/ip6_output.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index 997c7f19ad62..8604031f0a93 100644 ---