Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 190b8ffb authored by Joe Stringer's avatar Joe Stringer Committed by David S. Miller
Browse files

ipv6: Export nf_ct_frag6_consume_orig()



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

Signed-off-by: default avatarJoe Stringer <joestringer@nicira.com>
Acked-by: default avatarPravin B Shelar <pshelar@nicira.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 74c16618
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)
{