The following series implements support for IPv6 NAT, which was lacking in this library and in conntrackd. I will to follow-up with the conntrackd patches, but I would like to get an early review on these 3 patches to know if I'm working in the right direction. Comments welcome. --- Arturo Borrero Gonzalez (3): src: add support for IPv6 to struct __nfct_nat src: add support for IPv6 NAT qa: update test_api with IPv6 NAT include/internal/object.h | 2 .../libnetfilter_conntrack.h | 2 qa/test_api.c | 2 src/conntrack/build.c | 69 +++++++++++++--- src/conntrack/build_mnl.c | 65 +++++++++++++-- src/conntrack/copy.c | 20 ++++- src/conntrack/getter.c | 16 +++- src/conntrack/objopt.c | 85 ++++++++++++++++---- src/conntrack/setter.c | 20 ++++- 9 files changed, 236 insertions(+), 45 deletions(-) -- -- 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