Hi All, Using version 0.9.1 of nft when I try to add a jump rule with no matching criteria I get an error, ie.: nft add rule ip testD test6 jump test8 Returns: Error: invalid verdict chain expression value add rule ip testD test6 jump test8 ^^^^^^^^^^ Both test6 and test8 chains exist and are in the testD table. This was working on version 0.9.0. I am using linux kernel version 4.14, I also tested this with kernel version 5.2 and it seems to work as expected. Thanks! Charles