[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081014103005.GA19420@elte.hu>
Date: Tue, 14 Oct 2008 12:30:05 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Alexey Dobriyan <adobriyan@...il.com>
Cc: shemminger@...ux-foundation.org, netdev@...r.kernel.org,
containers@...ts.linux-foundation.org, kaber@...sh.et,
"David S. Miller" <davem@...emloft.net>,
linux-kernel@...r.kernel.org
Subject: [bug, -git] ERROR: "ebt_unregister_table"
[net/bridge/netfilter/ebtable_nat.ko] undefined
* Alexey Dobriyan <adobriyan@...il.com> wrote:
> On Mon, Oct 13, 2008 at 09:09:40AM +0200, Ingo Molnar wrote:
> >
> > * Ingo Molnar <mingo@...e.hu> wrote:
> >
> > >
> > > * adobriyan@...il.com <adobriyan@...il.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@...il.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.
>
> Ouch, how they managed to get there?
>
> Anyway, ebtables were rewritten to work via xtables, so these patches
> are most certainly obsolete, better drop and forget. I should post new
> version soon.
i think you misunderstood my report. This is about latest upstream -git
being broken:
ERROR: "ebt_register_table" [net/bridge/netfilter/ebtable_filter.ko] undefined!
ERROR: "ebt_do_table" [net/bridge/netfilter/ebtable_filter.ko] undefined!
ERROR: "ebt_unregister_table" [net/bridge/netfilter/ebtable_filter.ko] undefined!
ERROR: "ebt_register_table" [net/bridge/netfilter/ebtable_broute.ko] undefined!
ERROR: "ebt_do_table" [net/bridge/netfilter/ebtable_broute.ko] undefined!
ERROR: "ebt_unregister_table" [net/bridge/netfilter/ebtable_broute.ko] undefined!
make[1]: *** [__modpost] Error 1
make: *** [modules] Error 2
i posted to this thread because i wanted to find a relevant context.
(but probably is not)
Anyway, i started a new thread for this.
the dependencies there look pretty complex so i did not find a quick fix
- but i can test patches.
config attached.
Ingo
View attachment "config" of type "text/plain" (68351 bytes)
Powered by blists - more mailing lists