This series accompanies the TProxy IPv6 2nd round patches and adds userspace support for the TPROXY target and the socket match. Since the last post, I've fixed the xt_socket.h header file which contained an obsolete struct declaration for the xt_socket matchinfo, but this is not incompatible with the previous patch, thus you don't need to recompile iptables if you already have the old binaries. Balazs Scheidler (2): TProxy: added IPv6 support for socket match TProxy: added IPv6 support to the TPROXY target extensions/libxt_TPROXY.c | 213 +++++++++++++++++++++++++++++------ extensions/libxt_socket.c | 103 ++++++++++++++++-- extensions/libxt_socket.man | 6 +- include/linux/netfilter/xt_TPROXY.h | 15 ++- include/linux/netfilter/xt_socket.h | 12 ++ 5 files changed, 299 insertions(+), 50 deletions(-) create mode 100644 include/linux/netfilter/xt_socket.h -- 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