hi all while insmod IP_nat_tftp got the following error [root@mytst root]# insmod ip_nat_tftp Using /lib/modules/2.4.18/kernel/net/ipv4/netfilter/ip_nat_tftp.o /lib/modules/2.4.18/kernel/net/ipv4/netfilter/ip_nat_tftp.o: unresolved symbol DUMP_TUPLE_RAW [root@mytst root]# lsmod Module Size Used by iptable_nat 21136 0 (unused) ip_conntrack_tftp 1776 0 (unused) ipt_helper 672 0 (unused) ip_conntrack 24592 3 [iptable_nat ip_conntrack_tftp ipt_helper] ip_tables 13344 4 [iptable_nat ipt_helper] apm 10880 1 tulip 37424 1 floppy 52144 0 (autoclean) ext3 62032 6 (autoclean) jbd 37456 6 (autoclean) [ext3] [root@mytst root]#
how to resolve the symbol DUMP_TUPLE_RAW ?? thanx in advance A.H
