Re: netdevice.h micro patch

kuznet@ms2.inr.ac.ru
Wed, 24 Feb 1999 22:28:08 +0300 (MSK)


Hello!

> MAX_HEADER is set dependent on definition of used network features.
> It's set too small if you define IPIP as a module, because
> CONFIG_NET_IPIP is undef'ed in autoconf.h and only CONF_NET_IPIP_MODULE
> has a value of 1. I don't even know if that causes any problem.
>
> 61c61
> < #if !defined(CONFIG_NET_IPIP) && \
> ---
> > #if !defined(CONFIG_NET_IPIP) && !defined(CONFIG_NET_IPIP_MODULE) && \

Increasing MAX_HEADER, when tunneling is compiled in is optimization.
Kernel must work for both values (well, if it is not buggy).

Alexey Kuznetsov

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/