Explorar el Código

ipv6: Export nf_ct_frag6_gather()

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>
Joe Stringer hace 10 años
padre
commit
5b49004724
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      net/ipv6/netfilter/nf_conntrack_reasm.c

+ 1 - 0
net/ipv6/netfilter/nf_conntrack_reasm.c

@@ -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)
 {