forked from Minki/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>
This commit is contained in:
parent
74c1661813
commit
190b8ffbb7
@ -646,6 +646,7 @@ void nf_ct_frag6_consume_orig(struct sk_buff *skb)
|
||||
s = s2;
|
||||
}
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(nf_ct_frag6_consume_orig);
|
||||
|
||||
static int nf_ct_net_init(struct net *net)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user