]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ipv6: Export nf_ct_frag6_gather()
authorJoe Stringer <joestringer@nicira.com>
Wed, 26 Aug 2015 18:31:46 +0000 (11:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Aug 2015 18:40:42 +0000 (11:40 -0700)
Signed-off-by: Joe Stringer <joestringer@nicira.com>
Acked-by: Thomas Graf <tgraf@suug.ch>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/netfilter/nf_conntrack_reasm.c

index 6d02498172c168f2716e3b71a29e3b082a93dcfb..701cd2bae0a9224d56005f67d8b9f5e71f45825f 100644 (file)
@@ -633,6 +633,7 @@ ret_orig:
        kfree_skb(clone);
        return skb;
 }
+EXPORT_SYMBOL_GPL(nf_ct_frag6_gather);
 
 void nf_ct_frag6_consume_orig(struct sk_buff *skb)
 {