Looking at the redir bug report on netfilter-devel, I noticed some odd syntax for the redir statement. The changelog states: The syntax is: % nft add rule nat prerouting redirect [port] [nat_flags] The actual syntax though is: redir_stmt_arg : COLON expr What do we need that colon for? redirect by definition redirects to the local host, the argument is always only a port expression. -- 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