From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Eric Leblond <eric@regit.org>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH 2/2] netfilter: nft: explicit dependency to IPv6
Date: Sun, 29 Dec 2013 12:00:55 +0100 [thread overview]
Message-ID: <20131229110055.GA3808@localhost> (raw)
In-Reply-To: <1388311290-18366-3-git-send-email-eric@regit.org>
Hi Eric,
On Sun, Dec 29, 2013 at 11:01:30AM +0100, Eric Leblond wrote:
> nftables IPv6 tables could be selected independently of other
> Netfilter component so it needs to be dependent of IPv6.
>
> Signed-off-by: Eric Leblond <eric@regit.org>
> ---
> net/ipv6/netfilter/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/net/ipv6/netfilter/Kconfig b/net/ipv6/netfilter/Kconfig
> index 7702f9e..36c71da 100644
> --- a/net/ipv6/netfilter/Kconfig
> +++ b/net/ipv6/netfilter/Kconfig
> @@ -27,6 +27,7 @@ config NF_CONNTRACK_IPV6
>
> config NF_TABLES_IPV6
> depends on NF_TABLES
> + depends on INET && IPV6
> tristate "IPv6 nf_tables support"
We already have this dependency in the parent menu
#
# IP netfilter configuration
#
menu "IPv6: Netfilter Configuration"
depends on INET && IPV6 && NETFILTER
So I think that should be enough, let me know if you're noticing any
problem. Thanks.
prev parent reply other threads:[~2013-12-29 11:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-29 10:01 [PATCH 0/2] nftables: minor Kconfig fixes Eric Leblond
2013-12-29 10:01 ` [PATCH 1/2] netfilter: nft: select NFNETLINK Eric Leblond
2013-12-30 17:18 ` Pablo Neira Ayuso
2013-12-29 10:01 ` [PATCH 2/2] netfilter: nft: explicit dependency to IPv6 Eric Leblond
2013-12-29 11:00 ` Pablo Neira Ayuso [this message]
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=20131229110055.GA3808@localhost \
--to=pablo@netfilter.org \
--cc=eric@regit.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 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.