On Friday 2009-06-12 03:35, Patrick McHardy wrote: >@@ -418,7 +418,7 @@ ipt_do_table(struct sk_buff *skb, > #endif > verdict = t->u.kernel.target->target(skb, &tgpar); > #ifdef CONFIG_NETFILTER_DEBUG >- if (comefrom != 0xeeeeeeec && verdict == IPT_CONTINUE) { >+ if (tb_comefrom != 0xeeeeeeec && verdict == IPT_CONTINUE) { > printk("Target %s reentered!\n", > t->u.kernel.target->name); > verdict = NF_DROP; Apologies; must have been an oversight on my behalf -- since the ipv6 code did indeed receive the comefrom => tb_comefrom transform in the debug half. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html