On Tue, 16 Jul 2019 at 07:31, Charles Eidsness <charles@xxxxxxxxxxxxxxxxxxx> wrote: > > > > Is there some difference in the netlink message sent for that command > > > between nftables 0.9.1 and nftables 0.9.0? > > > > These two commits: > > > > c64457cff967 src: Allow goto and jump to a variable > > f1e8a129ee42 src: Introduce chain_expr in jump and goto statements > > > > Could you try the following patch? > > > > That doesn't seem to fix it, we get this error: > > Error: invalid verdict chain expression value > > add rule ip testNEW test6 jump test8 > ^^^^^^^^^^ Oops, I'm sorry, that did appear to resolve the issue, I still had the old libnftables.so.1.0.0 library on my system, when I replaced it with this new one it seemed to resolve the issue. I'll try some clean builds to confirm.