Hi, I'm testing some extensions of iptables and liked a lot about nfacct. The only issue so far was the xml output of nfacct command. Its 'packets' and 'bytes' tags are inverting values.Could you check it? Ex: $ nfacct list xml && nfacct list XML output <?xml version="1.0" encoding="utf-8"?> <nfacct> <obj><name>proxy</name>pkts>00000000000084032757</pkts>bytes>00000000000000357594</bytes></obj> <obj><name>proxy-down</name>pkts>00000000000480613838</pkts>bytes>00000000000000451605</bytes></obj> </nfacct> Text output { pkts = 00000000000000357594, bytes = 00000000000084032757 } = proxy; { pkts = 00000000000000451605, bytes = 00000000000480613838 } = proxy-down; Regards, Marcelo S Mota Abração, Marcelo S Mota -- 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