Skip to content

Commit 190b8ff

Browse files
joestringerdavem330
authored andcommitted
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 <[email protected]> Acked-by: Pravin B Shelar <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 74c1661 commit 190b8ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

net/ipv6/netfilter/nf_conntrack_reasm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,7 @@ void nf_ct_frag6_consume_orig(struct sk_buff *skb)
646646
s = s2;
647647
}
648648
}
649+
EXPORT_SYMBOL_GPL(nf_ct_frag6_consume_orig);
649650

650651
static int nf_ct_net_init(struct net *net)
651652
{

0 commit comments

Comments
 (0)