On 15 October 2014 12:06, Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> wrote: > On Tue, Oct 14, 2014 at 07:22:42PM +0200, Arturo Borrero Gonzalez wrote: >> This new expression provides NAT in the redirect flavour, which is to >> redirect packets to local machine. >> >> Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@xxxxxxxxx> >> --- >> include/net/netfilter/nft_redir.h | 18 ++++++ >> include/uapi/linux/netfilter/nf_tables.h | 16 +++++ >> net/ipv4/netfilter/Kconfig | 9 +++ >> net/ipv4/netfilter/Makefile | 1 >> net/ipv4/netfilter/nft_redir_ipv4.c | 76 +++++++++++++++++++++++++ >> net/ipv6/netfilter/Kconfig | 9 +++ >> net/ipv6/netfilter/Makefile | 1 >> net/netfilter/Kconfig | 9 +++ >> net/netfilter/Makefile | 1 >> net/netfilter/nft_redir.c | 93 ++++++++++++++++++++++++++++++ >> 10 files changed, 233 insertions(+) >> create mode 100644 include/net/netfilter/nft_redir.h >> create mode 100644 net/ipv4/netfilter/nft_redir_ipv4.c >> create mode 100644 net/netfilter/nft_redir.c >> Hi Pablo, thanks for your comments. I will address all of them. BTW, the last chunk you mentioned is clearly poor code, bad reviewed by myself. regards. -- Arturo Borrero González -- 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