Hello, With nftables 0.6 I'm getting a syntax error, when I try to use the feature that was introduced by http://git.netfilter.org/nftables/commit /?id=a9467e55973b10c2e8fe37525514c961580f8506 . For example: # nft filter input set add tcp dport @myset <cmdline>:1:26-30: Error: syntax error, unexpected dport filter input set add tcp dport @myset ^^^^^ # nft filter input set add ip saddr timeout 10s @myset <cmdline>:1:25-29: Error: syntax error, unexpected saddr filter input set add ip saddr timeout 10s @myset ^^^^^ # nft filter input set update ip saddr timeout 10s @myset <cmdline>:1:28-32: Error: syntax error, unexpected saddr filter input set update ip saddr timeout 10s @myset ^^^^^ Is there a new syntax for this or was it broken unintentionally? Regards, Anders K. Pedersen -- 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