netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* BRIDGE_NF_EBTABLES dependency on BRIDGE_NETFILTER
@ 2009-05-27  9:28 sachin sanap
  2009-05-27  9:36 ` Jan Engelhardt
  0 siblings, 1 reply; 3+ messages in thread
From: sachin sanap @ 2009-05-27  9:28 UTC (permalink / raw)
  To: netfilter-devel; +Cc: buytenh

Hi,
Iam using 2.6.29.2 kernel and I dont understand why is
BRIDGE_NF_EBTABLES dependent on BRIDGE_NETFILTER in
net/bridge/netfilter/Kconfig ? I can remove the dependency and
successfully compile the kernel with BRIDGE_NF_EBTABLES on and
BRIDGE_NETFILTER off.
Does net/bridge/netfilter/Kconfig need an update or iam missing
something obvious?

Thanks
-Sachin

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

* Re: BRIDGE_NF_EBTABLES dependency on BRIDGE_NETFILTER
  2009-05-27  9:28 BRIDGE_NF_EBTABLES dependency on BRIDGE_NETFILTER sachin sanap
@ 2009-05-27  9:36 ` Jan Engelhardt
  2009-05-27 11:10   ` sachin sanap
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Engelhardt @ 2009-05-27  9:36 UTC (permalink / raw)
  To: sachin sanap; +Cc: netfilter-devel, buytenh


On Wednesday 2009-05-27 11:28, sachin sanap wrote:

>Hi,
>Iam using 2.6.29.2 kernel and I dont understand why is
>BRIDGE_NF_EBTABLES dependent on BRIDGE_NETFILTER in
>net/bridge/netfilter/Kconfig ? I can remove the dependency and
>successfully compile the kernel with BRIDGE_NF_EBTABLES on and
>BRIDGE_NETFILTER off.
>Does net/bridge/netfilter/Kconfig need an update or iam missing
>something obvious?

But what are you going to do with ebtables.ko if there is no one
to make function calls into it?

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

* Re: BRIDGE_NF_EBTABLES dependency on BRIDGE_NETFILTER
  2009-05-27  9:36 ` Jan Engelhardt
@ 2009-05-27 11:10   ` sachin sanap
  0 siblings, 0 replies; 3+ messages in thread
From: sachin sanap @ 2009-05-27 11:10 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: netfilter-devel, buytenh

On Wed, May 27, 2009 at 3:06 PM, Jan Engelhardt <jengelh@medozas.de> wrote:
>
> On Wednesday 2009-05-27 11:28, sachin sanap wrote:
>
>>Hi,
>>Iam using 2.6.29.2 kernel and I dont understand why is
>>BRIDGE_NF_EBTABLES dependent on BRIDGE_NETFILTER in
>>net/bridge/netfilter/Kconfig ? I can remove the dependency and
>>successfully compile the kernel with BRIDGE_NF_EBTABLES on and
>>BRIDGE_NETFILTER off.
>>Does net/bridge/netfilter/Kconfig need an update or iam missing
>>something obvious?
>
> But what are you going to do with ebtables.ko if there is no one
> to make function calls into it?
>
NF_HOOK is called from two places one from the code thats enabled
because of BRIDGE_NETFILTER  i.e net/bridge/br_netfilter.c
and other from the bridge code itself i.e  net/bridge/br_forward.c
net/bridge/br_input.c etc

so that should not be a problem.

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

end of thread, other threads:[~2009-05-27 11:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-27  9:28 BRIDGE_NF_EBTABLES dependency on BRIDGE_NETFILTER sachin sanap
2009-05-27  9:36 ` Jan Engelhardt
2009-05-27 11:10   ` sachin sanap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).