Conntrack helper modules ( 2.6.9 vs 2.6.12)

From: Adayadil Thomas
Date: Fri Nov 18 2005 - 11:51:20 EST


Greetings.

The place where the connection tracking helper modules are called from changed
from 2.6.9 to 2.6.12.

In 2.6.9, helper modules were called from ip_conntrack_core.c (
ip_conntrack_in function)

In 2.6.12, the helper modules are called from
ip_conntrack_standalone.c (ip_conntrack_help funtion)


I would like to use the 2.6.12 kernel, but with helper modules called
like in 2.6.9

I was wondering if other parts of the system would be affetcted if I
put the helper module call in
ip_conntrack_in and remove the call from ip_conntrack_help


Any help or information is greatly appreciated.

Thanks a lot,
Thomas
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/