* connbytes: wrong depends on Kconfig
@ 2005-09-04 4:36 Diego Woitasen
2005-09-04 16:00 ` Patrick McHardy
0 siblings, 1 reply; 4+ messages in thread
From: Diego Woitasen @ 2005-09-04 4:36 UTC (permalink / raw)
To: Netfilter Development Mailinglist
depends on IP_NF_CONNTRACK_ACCT && IP_NF_IPTABLES
sould be replaced by
depends on IP_NF_CT_ACCT && IP_NF_IPTABLES
The first is not working in new kernels.
regards,
diegows
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: connbytes: wrong depends on Kconfig
2005-09-04 4:36 connbytes: wrong depends on Kconfig Diego Woitasen
@ 2005-09-04 16:00 ` Patrick McHardy
2005-09-04 22:18 ` Diego Woitasen
0 siblings, 1 reply; 4+ messages in thread
From: Patrick McHardy @ 2005-09-04 16:00 UTC (permalink / raw)
To: Diego Woitasen; +Cc: Netfilter Development Mailinglist
Diego Woitasen wrote:
> depends on IP_NF_CONNTRACK_ACCT && IP_NF_IPTABLES
>
> sould be replaced by
>
> depends on IP_NF_CT_ACCT && IP_NF_IPTABLES
>
> The first is not working in new kernels.
The current tree already include the connbytes match and the
correct dependency:
config IP_NF_MATCH_CONNBYTES
tristate 'Connection byte/packet counter match support'
depends on IP_NF_CT_ACCT && IP_NF_IPTABLES
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: connbytes: wrong depends on Kconfig
2005-09-04 16:00 ` Patrick McHardy
@ 2005-09-04 22:18 ` Diego Woitasen
2005-09-04 22:31 ` Patrick McHardy
0 siblings, 1 reply; 4+ messages in thread
From: Diego Woitasen @ 2005-09-04 22:18 UTC (permalink / raw)
To: Patrick McHardy; +Cc: Netfilter Development Mailinglist
I used the yesterday svn snapshot of patch-o-matic and the error was
there.
what tree are you talking about?
El dom, 04-09-2005 a las 18:00 +0200, Patrick McHardy escribió:
> Diego Woitasen wrote:
> > depends on IP_NF_CONNTRACK_ACCT && IP_NF_IPTABLES
> >
> > sould be replaced by
> >
> > depends on IP_NF_CT_ACCT && IP_NF_IPTABLES
> >
> > The first is not working in new kernels.
>
> The current tree already include the connbytes match and the
> correct dependency:
>
> config IP_NF_MATCH_CONNBYTES
> tristate 'Connection byte/packet counter match support'
> depends on IP_NF_CT_ACCT && IP_NF_IPTABLES
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-09-04 22:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-04 4:36 connbytes: wrong depends on Kconfig Diego Woitasen
2005-09-04 16:00 ` Patrick McHardy
2005-09-04 22:18 ` Diego Woitasen
2005-09-04 22:31 ` Patrick McHardy
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.