Re: Warning when unloading the nf_conntack module (regression?)

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Krzysztof Oledzki <ole@...>
Cc: Arjan van de Ven <arjan@...>, <netdev@...>, <kaber@...>
Date: Monday, August 4, 2008 - 5:56 pm

On Mon, Aug 04, 2008 at 11:16:07PM +0200, Krzysztof Oledzki wrote:


Very interesting.  Could you see at which point duplicates appear?  I.e.
in which sequence do you get registrations, at least on the level of "this
module is loaded first, no duplicates, this one comes after, etc."

	... ah, hell.  I see what's going on.  The trouble is in
nf_conntrack_standalone; you get a table that has _both_ net.netfilter.* and
net.nf_conntrack_max, which means that it's attached to unified tree at
net; if we already have something with net.netfilter, you've got trouble -
which entry net.netfilter will come from?

_All_ this crap comes from lousy historical API; it's too much for this
cycle, but for .28 I'm going to clean that mess up.  For now, split that
table in two and register them separately.  I.e. register nf_ct_sysctl_table[]
at nf_net_netfilter_sysctl_path *and* remove the "netfilter" entry from
nf_ct_netfilter_table[].

I'm really going down right now; will follow up after I get some sleep...
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Warning when unloading the nf_conntack module (regression?), Arjan van de Ven, (Sun Aug 3, 5:37 pm)
Re: Warning when unloading the nf_conntack module (regressio..., Al Viro, (Mon Aug 4, 5:56 pm)