Conntrack helper modules ( 2.6.9 vs 2.6.12)

From: Adayadil Thomas (adayadil.thomas_at_gmail.com)
Date: 11/18/05

  • Next message: Badari Pulavarty: "Re: [RFC] sys_punchhole()"
    Date:	Fri, 18 Nov 2005 11:51:41 -0500
    To: linux-kernel@vger.kernel.org
    
    

    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@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Badari Pulavarty: "Re: [RFC] sys_punchhole()"