[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 02585) Re: [usagi-announce] 2003/10/28 snapshot



In article <wazza.87vfqak4wc.fsf@xxxxxxxxxx> (at Mon, 27 Oct 2003 17:43:31 +0100), laurent.ml@xxxxxxxxxxx says:

> I tried to compile ip6_conntrack as a module.
> It seems it can't compile as a module without that patch
:
> -#ifdef CONFIG_IPV6
> +#if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE)

I've committed these changes into our repository. Thanks.

--yoshfuji