Netdev List
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Florian Westphal <fw@strlen.de>
Cc: netfilter-devel@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: [PATCH v2 nf-next 2/2] netfilter: fix IPV6=m CONNTRACK=y link failure
Date: Tue, 17 Jul 2018 17:36:44 +0200	[thread overview]
Message-ID: <20180717153644.vabui54at3ob7d6n@salvia> (raw)
In-Reply-To: <20180713142754.23349-2-fw@strlen.de>

On Fri, Jul 13, 2018 at 04:27:54PM +0200, Florian Westphal wrote:
> IPV6=m
> DEFRAG_IPV6=m
> CONNTRACK=y yields:
> 
> net/netfilter/nf_conntrack_proto.o: In function `nf_ct_netns_do_get':
> net/netfilter/nf_conntrack_proto.c:802: undefined reference to `nf_defrag_ipv6_enable'
> net/netfilter/nf_conntrack_proto.o:(.rodata+0x640): undefined reference to `nf_conntrack_l4proto_icmpv6'
> 
> After previous patch, DEFRAG_IPV6 and IPV6 are no longer retain any
> dependencies, so we can tell Kconfig DEFRAG_IPV6 needs to be built-in as
> well, this resolves missing nf_defrag_ipv6_enable.
> 
> Second error can be fixed via makefile, just make sure conntrack_proto_ipv6
> is part of conntrack module.
> 
> based on earlier patch from Arnd Bergmann.
> 
> Fixes: 66c524acfb5186 ("netfilter: conntrack: remove l3proto abstraction")

Squashed into this original patch.

  reply	other threads:[~2018-07-17 16:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-13 14:27 [PATCH v2 nf-next 1/2] ipv6: remove dependency of nf_defrag_ipv6 on ipv6 module Florian Westphal
2018-07-13 14:27 ` [PATCH v2 nf-next 2/2] netfilter: fix IPV6=m CONNTRACK=y link failure Florian Westphal
2018-07-17 15:36   ` Pablo Neira Ayuso [this message]
2018-07-13 21:55 ` [PATCH v2 nf-next 1/2] ipv6: remove dependency of nf_defrag_ipv6 on ipv6 module kbuild test robot
2018-07-13 23:14 ` kbuild test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180717153644.vabui54at3ob7d6n@salvia \
    --to=pablo@netfilter.org \
    --cc=fw@strlen.de \
    --cc=netdev@vger.kernel.org \
    --cc=netfilter-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox