On Thursday 2008-04-10 09:38, Jan Engelhardt wrote: >libxt_mark rev1 used AF_INET6 in the class structure where it should >have used AF_INET. Argh, obviously wrong one. >@@ -197,7 +197,7 @@ static struct xtables_match mark_mt6_reg = { > .version = IPTABLES_VERSION, > .name = "mark", > .revision = 1, >- .family = AF_INET6, >+ .family = AF_INET, > .size = XT_ALIGN(sizeof(struct xt_mark_mtinfo1)), > .userspacesize = XT_ALIGN(sizeof(struct xt_mark_mtinfo1)), > .help = mark_mt_help, >-- -- 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