Browse Source

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>
Joe Stringer 9 years ago
parent
commit
190b8ffbb7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      net/ipv6/netfilter/nf_conntrack_reasm.c

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

@@ -646,6 +646,7 @@ void nf_ct_frag6_consume_orig(struct sk_buff *skb)
 		s = s2;
 		s = s2;
 	}
 	}
 }
 }
+EXPORT_SYMBOL_GPL(nf_ct_frag6_consume_orig);
 
 
 static int nf_ct_net_init(struct net *net)
 static int nf_ct_net_init(struct net *net)
 {
 {