Pablo Neira Ayuso wrote: > +static int xt_cluster_seq_show(struct seq_file *s, void *v) > +{ > + unsigned long *mask = v; > + seq_printf(s, "0x%8lx\n", *mask); ^^^ Damn, this needs the dot before the 8 to fill with zero the empty spaces. Jan's suggestion was wrong and I forgot to check this. I'll send the patch again. pablo@debian:~$ sudo cat /proc/net/netfilter/cluster/eth2 0x 1 -- "Los honestos son inadaptados sociales" -- Les Luthiers -- 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