diff mbox

[net-next,v2,5/5] net: export symbol nf_ct_frag6_consume_orig

Message ID 1426014438-9317-6-git-send-email-azhou@nicira.com
State Rejected, archived
Delegated to: David Miller
Headers show

Commit Message

Andy Zhou March 10, 2015, 7:07 p.m. UTC
Openvswitch conntrack support needs to access this function.

Signed-off-by: Andy Zhou <azhou@nicira.com>
---
 net/ipv6/netfilter/nf_conntrack_reasm.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/net/ipv6/netfilter/nf_conntrack_reasm.c b/net/ipv6/netfilter/nf_conntrack_reasm.c
index 9d36db9..b8ffde9 100644
--- a/net/ipv6/netfilter/nf_conntrack_reasm.c
+++ b/net/ipv6/netfilter/nf_conntrack_reasm.c
@@ -652,6 +652,7 @@  void nf_ct_frag6_consume_orig(struct sk_buff *skb)
 		s = s2;
 	}
 }
+EXPORT_SYMBOL(nf_ct_frag6_consume_orig);
 
 static int nf_ct_net_init(struct net *net)
 {