On Tue, Nov 25, 2014 at 06:29:53PM +0100, leroy christophe wrote: > Using nft, i'm trying to jump to another table from the end of a > table and I get the following error. > > root@localhost:~# nft add rule filter input goto accs > <cmdline>:1:1-31: Error: Could not process rule: Operation not supported > add rule filter input goto accs > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > What could be the reason ? > > I'm using > * nftables-20141121 > * gmp-4.3.2 > * libmnl-1.0.3 > * libnfnetlink-1.0.1 > * libnftnl-20141121 > * libnetfilter_conntrack-1.0.4 Kernel version? Could you run this command with strace: strace nft add rule ... Could you post the relevant part of your ruleset (table and chain configuration)? Thanks. -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html