> Since 2.6.9 the format of the ip_conntrack changed. Unfortunately the > exact format is dependent on the CONFIG_IP_NF_CT_ACCT option, so I don't > think there is a trivial fix for this. It might be useful to add that the relevant lines in the linux kernel are kernel-source-2.6.10/net/ipv4/netfilter/ip_conntrack_standalone.c:131 > if (seq_print_counters(s, &conntrack->counters[IP_CT_DIR_ORIGINAL]))
and kernel-source-2.6.10/net/ipv4/netfilter/ip_conntrack_standalone.c:69 > seq_print_counters(struct seq_file *s, struct ip_conntrack_counter > *counter) Matthijs -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

