Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1200401 > unrolled thread

[PATCHv2 net-next 3/9] ipv6: Export nf_ct_frag6_gather()

Started byJoe Stringer <joestringer@nicira.com>
First post2015-08-05 07:00 +0200
Last post2015-08-06 00:40 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCHv2 net-next 3/9] ipv6: Export nf_ct_frag6_gather() Joe Stringer <joestringer@nicira.com> - 2015-08-05 07:00 +0200
    Re: [PATCHv2 net-next 3/9] ipv6: Export nf_ct_frag6_gather() Pravin Shelar <pshelar@nicira.com> - 2015-08-06 00:40 +0200

#1200401 — [PATCHv2 net-next 3/9] ipv6: Export nf_ct_frag6_gather()

FromJoe Stringer <joestringer@nicira.com>
Date2015-08-05 07:00 +0200
Subject[PATCHv2 net-next 3/9] ipv6: Export nf_ct_frag6_gather()
Message-ID<pTYY2-7LZ-11@gated-at.bofh.it>
Signed-off-by: Joe Stringer <joestringer@nicira.com>
Acked-by: Thomas Graf <tgraf@suug.ch>
---
 net/ipv6/netfilter/nf_conntrack_reasm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/ipv6/netfilter/nf_conntrack_reasm.c b/net/ipv6/netfilter/nf_conntrack_reasm.c
index 6d02498..701cd2b 100644
--- a/net/ipv6/netfilter/nf_conntrack_reasm.c
+++ b/net/ipv6/netfilter/nf_conntrack_reasm.c
@@ -633,6 +633,7 @@ ret_orig:
 	kfree_skb(clone);
 	return skb;
 }
+EXPORT_SYMBOL_GPL(nf_ct_frag6_gather);
 
 void nf_ct_frag6_consume_orig(struct sk_buff *skb)
 {
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1201312

FromPravin Shelar <pshelar@nicira.com>
Date2015-08-06 00:40 +0200
Message-ID<pUfvS-6wK-47@gated-at.bofh.it>
In reply to#1200401
On Tue, Aug 4, 2015 at 9:49 PM, Joe Stringer <joestringer@nicira.com> wrote:
> Signed-off-by: Joe Stringer <joestringer@nicira.com>
> Acked-by: Thomas Graf <tgraf@suug.ch>
> ---
Acked-by: Pravin B Shelar <pshelar@nicira.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web