From: Ingo Molnar <mingo@elte.hu>
To: adobriyan@gmail.com
Cc: shemminger@linux-foundation.org, netdev@vger.kernel.org,
containers@lists.linux-foundation.org, kaber@trash.et,
"David S. Miller" <davem@davemloft.net>
Subject: Re: [PATCH 1/6] netns brnetfilter: per-netns ebtables
Date: Mon, 13 Oct 2008 09:09:40 +0200 [thread overview]
Message-ID: <20081013070940.GA6340@elte.hu> (raw)
In-Reply-To: <20081013070347.GA3813@elte.hu>
* Ingo Molnar <mingo@elte.hu> wrote:
>
> * adobriyan@gmail.com <adobriyan@gmail.com> wrote:
>
> > * make registered ebtables list per-netns
> > * for that, duplicate table at the very beginning of register,
> > we can't add one table to multiple lists.
> > * propagate netns from userspace socket down to iterators over list,
> > * register individual modules only in init_net for a minute.
> >
> > Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
>
> -tip testing found this build failure, config attached:
>
> ERROR: "ebt_unregister_table" [net/bridge/netfilter/ebtable_nat.ko] undefined!
> ERROR: "ebt_register_table" [net/bridge/netfilter/ebtable_nat.ko] undefined!
> ERROR: "ebt_do_table" [net/bridge/netfilter/ebtable_nat.ko] undefined!
> ERROR: "ebt_unregister_table" [net/bridge/netfilter/ebtable_broute.ko] undefined!
> ERROR: "ebt_register_table" [net/bridge/netfilter/ebtable_broute.ko] undefined!
> ERROR: "ebt_do_table" [net/bridge/netfilter/ebtable_broute.ko] undefined!
> make[1]: *** [__modpost] Error 1
> make: *** [modules] Error 2
i had a quick look and i think the problem is that CONFIG_BRIDGE=m so
the ebt_unregister_table symbol is not available to modules properly.
But i've not dug down deep.
Ingo
next prev parent reply other threads:[~2008-10-13 7:09 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-21 22:20 [PATCH 1/6] netns brnetfilter: per-netns ebtables adobriyan
2008-08-21 22:41 ` adobriyan
2008-10-13 7:03 ` Ingo Molnar
[not found] ` <20081013070347.GA3813-X9Un+BFzKDI@public.gmane.org>
2008-10-13 7:09 ` Ingo Molnar
2008-10-13 7:09 ` Ingo Molnar [this message]
[not found] ` <20081013070940.GA6340-X9Un+BFzKDI@public.gmane.org>
2008-10-13 7:35 ` Alexey Dobriyan
2008-10-13 7:35 ` Alexey Dobriyan
2008-10-14 10:30 ` [bug, -git] ERROR: "ebt_unregister_table" [net/bridge/netfilter/ebtable_nat.ko] undefined Ingo Molnar
[not found] ` <20081014103005.GA19420-X9Un+BFzKDI@public.gmane.org>
2008-10-14 11:00 ` Patrick McHardy
2008-10-14 11:00 ` Patrick McHardy
2008-10-14 11:48 ` Ingo Molnar
2008-10-14 11:51 ` Patrick McHardy
[not found] ` <20081014114806.GA20480-X9Un+BFzKDI@public.gmane.org>
2008-10-14 11:51 ` Patrick McHardy
[not found] ` <48F47BB9.9090902-dcUjhNyLwpNeoWH0uzbU5w@public.gmane.org>
2008-10-14 11:48 ` Ingo Molnar
[not found] ` <20081013073501.GB4254-2ev+ksY9ol182hYKe6nXyg@public.gmane.org>
2008-10-14 10:30 ` Ingo Molnar
[not found] ` <20080821221943.GO31136-2ev+ksY9ol182hYKe6nXyg@public.gmane.org>
2008-08-21 22:41 ` [PATCH 1/6] netns brnetfilter: per-netns ebtables adobriyan-Re5JQEeQqe8AvxtiuMwx3w
2008-10-13 7:03 ` Ingo Molnar
-- strict thread matches above, loose matches on Subject: below --
2008-08-21 22:20 adobriyan-Re5JQEeQqe8AvxtiuMwx3w
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=20081013070940.GA6340@elte.hu \
--to=mingo@elte.hu \
--cc=adobriyan@gmail.com \
--cc=containers@lists.linux-foundation.org \
--cc=davem@davemloft.net \
--cc=kaber@trash.et \
--cc=netdev@vger.kernel.org \
--cc=shemminger@linux-foundation.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.