From: Stephen Hemminger <shemminger@vyatta.com>
To: Fabio Estevam <festevam@gmail.com>
Cc: Fabio Estevam <fabio.estevam@freescale.com>,
netdev@vger.kernel.org, bridge@lists.linux-foundation.org,
davem@davemloft.net
Subject: Re: [Bridge] [PATCH] net: bridge: netfilter: Fix dependency for BRIDGE_NF_EBTABLES
Date: Tue, 10 Jan 2012 17:52:51 -0800 [thread overview]
Message-ID: <20120110175251.4b6ad831@nehalam.linuxnetplumber.net> (raw)
In-Reply-To: <1326246505-5038-1-git-send-email-festevam@gmail.com>
On Tue, 10 Jan 2012 23:48:25 -0200
Fabio Estevam <festevam@gmail.com> wrote:
> Fix the following build warning:
>
> warning: (BRIDGE_NF_EBTABLES) selects NETFILTER_XTABLES which has unmet direct dependencies (NET && INET && NETFILTER)
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> net/bridge/netfilter/Kconfig | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/net/bridge/netfilter/Kconfig b/net/bridge/netfilter/Kconfig
> index a9aff9c..9ca621a 100644
> --- a/net/bridge/netfilter/Kconfig
> +++ b/net/bridge/netfilter/Kconfig
> @@ -4,7 +4,7 @@
>
> menuconfig BRIDGE_NF_EBTABLES
> tristate "Ethernet Bridge tables (ebtables) support"
> - depends on BRIDGE && NETFILTER
> + depends on BRIDGE && NETFILTER && INET
> select NETFILTER_XTABLES
> help
> ebtables is a general, extensible frame/packet identification
Almost everybody has INET defined... but still it should be possible to run ebtables
without INET layer. Looks like a but in XTABLES to me.
next prev parent reply other threads:[~2012-01-11 1:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-11 1:48 [Bridge] [PATCH] net: bridge: netfilter: Fix dependency for BRIDGE_NF_EBTABLES Fabio Estevam
2012-01-11 1:52 ` Stephen Hemminger [this message]
2012-01-11 6:32 ` David Miller
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=20120110175251.4b6ad831@nehalam.linuxnetplumber.net \
--to=shemminger@vyatta.com \
--cc=bridge@lists.linux-foundation.org \
--cc=davem@davemloft.net \
--cc=fabio.estevam@freescale.com \
--cc=festevam@gmail.com \
--cc=netdev@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