Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ipv6: Export nf_ct_frag6_consume_orig()

This is needed in openvswitch to fix an skb leak in the next patch.

Signed-off-by: Joe Stringer <joestringer@nicira.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Joe Stringer and committed by
David S. Miller
190b8ffb 74c16618

+1
+1
net/ipv6/netfilter/nf_conntrack_reasm.c
··· 646 646 s = s2; 647 647 } 648 648 } 649 + EXPORT_SYMBOL_GPL(nf_ct_frag6_consume_orig); 649 650 650 651 static int nf_ct_net_init(struct net *net) 651 652 {