All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] netfilter: nf_defrag_ipv6.o included twice
@ 2013-08-23  5:09 Nathan Hintz
  2013-08-27 22:50 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Nathan Hintz @ 2013-08-23  5:09 UTC (permalink / raw
  To: pablo; +Cc: netfilter-devel, netfilter, Nathan Hintz

'nf_defrag_ipv6' is built as a separate module; it shouldn't be
included in the 'nf_conntrack_ipv6' module as well.

Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
---
 net/ipv6/netfilter/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/ipv6/netfilter/Makefile b/net/ipv6/netfilter/Makefile
index 2d11fcc..ad13bf0 100644
--- a/net/ipv6/netfilter/Makefile
+++ b/net/ipv6/netfilter/Makefile
@@ -14,7 +14,7 @@ obj-$(CONFIG_NF_NAT_IPV6) += ip6table_nat.o
 nf_conntrack_ipv6-y  :=  nf_conntrack_l3proto_ipv6.o nf_conntrack_proto_icmpv6.o
 
 # l3 independent conntrack
-obj-$(CONFIG_NF_CONNTRACK_IPV6) += nf_conntrack_ipv6.o nf_defrag_ipv6.o
+obj-$(CONFIG_NF_CONNTRACK_IPV6) += nf_conntrack_ipv6.o
 
 nf_nat_ipv6-y		:= nf_nat_l3proto_ipv6.o nf_nat_proto_icmpv6.o
 obj-$(CONFIG_NF_NAT_IPV6) += nf_nat_ipv6.o
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] netfilter: nf_defrag_ipv6.o included twice
  2013-08-23  5:09 [PATCH] netfilter: nf_defrag_ipv6.o included twice Nathan Hintz
@ 2013-08-27 22:50 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2013-08-27 22:50 UTC (permalink / raw
  To: Nathan Hintz; +Cc: netfilter-devel, netfilter

On Thu, Aug 22, 2013 at 10:09:12PM -0700, Nathan Hintz wrote:
> 'nf_defrag_ipv6' is built as a separate module; it shouldn't be
> included in the 'nf_conntrack_ipv6' module as well.

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-27 22:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-23  5:09 [PATCH] netfilter: nf_defrag_ipv6.o included twice Nathan Hintz
2013-08-27 22:50 ` Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.