> Hi! > > Since newnat has now been submitted to the 2.5.x kernel, I have moved > the latest 2.4.x newnat patch to the 'pending' repository of patch-o-matic. > > The plan is to get newnat as fast as possible into 2.4.x. > > This means that all old conntrack/nat helper do no longer work. I have > moved the old helpers to a new 'oldnat' repository in patch-o-matic.
submitted, newnat13, h323-conntrack-nat and pptp-conntrack-nat patchs applied and return those errors at compilation: gcc -D__KERNEL__ -I/usr/src/linux-2.4.18/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.18/include/linux/modversions.h -DKBUILD_BASENAME=ip_conntrack_proto_gre -DEXPORT_SYMTAB -c ip_conntrack_proto_gre.c In file included from ip_conntrack_proto_gre.c:39: /usr/src/linux-2.4.18/include/linux/netfilter_ipv4/listhelp.h: In function `list_inlist': /usr/src/linux-2.4.18/include/linux/netfilter_ipv4/listhelp.h:49: `ip_ct_gre_lock' undeclared (first use in this function) /usr/src/linux-2.4.18/include/linux/netfilter_ipv4/listhelp.h:49: (Each undeclared identifier is reported only once /usr/src/linux-2.4.18/include/linux/netfilter_ipv4/listhelp.h:49: for each function it appears in.) /usr/src/linux-2.4.18/include/linux/netfilter_ipv4/listhelp.h: In function `list_append': /usr/src/linux-2.4.18/include/linux/netfilter_ipv4/listhelp.h:70: `ip_ct_gre_lock' undeclared (first use in this function) /usr/src/linux-2.4.18/include/linux/netfilter_ipv4/listhelp.h: In function `list_prepend': /usr/src/linux-2.4.18/include/linux/netfilter_ipv4/listhelp.h:78: `ip_ct_gre_lock' undeclared (first use in this function) /usr/src/linux-2.4.18/include/linux/netfilter_ipv4/listhelp.h: In function `list_named_insert': /usr/src/linux-2.4.18/include/linux/netfilter_ipv4/listhelp.h:104: `ip_ct_gre_lock' undeclared (first use in this function) ip_conntrack_proto_gre.c: At top level: ip_conntrack_proto_gre.c:80: `ip_ct_gre_lock' used prior to declaration /usr/src/linux-2.4.18/include/linux/netfilter_ipv4/ip_conntrack_pptp.h:94: warning: `strMName' defined but not used ip_conntrack_proto_gre.c:136: warning: `invert_keymap' defined but not used make[3]: *** [ip_conntrack_proto_gre.o] Error 1 Regards, Cedric Rivard
