2004-03-06 16:20:05

by Karl Dahlke

[permalink] [raw]
Subject: dhclient, 2.6.0, config_filter

Perhaps this has been asked many times here; I don't usually read this list,
but I can't find an answer anywhere else.

I upgraded to kernel 2.6.0, then 2.6.3,
and dhclient won't work, because I didn't say yes to CONFIG_FILTER.
But aha, CONFIG_FILTER is gone. Nowhere to be found.
The config options before and after this one are still there,
but CONFIG_FILTER is not in Kconfig at all.
What should I do?


2004-03-06 16:34:59

by Sean Neakums

[permalink] [raw]
Subject: Re: dhclient, 2.6.0, config_filter

Karl Dahlke <[email protected]> writes:

> Perhaps this has been asked many times here; I don't usually read this list,
> but I can't find an answer anywhere else.
>
> I upgraded to kernel 2.6.0, then 2.6.3,
> and dhclient won't work, because I didn't say yes to CONFIG_FILTER.
> But aha, CONFIG_FILTER is gone. Nowhere to be found.
> The config options before and after this one are still there,
> but CONFIG_FILTER is not in Kconfig at all.
> What should I do?

To my knowledge, the functionality that CONFIG_FILTER used to control
is now permanently enabled.

What error messages(s) does dhclient print?