I'd like to write an nftables rule that matches packet fields which are NOT found in a set:
ip not ip saddr @local_networks drop
Unfortunately this gives a syntax error: "unexpected !" Moving the 'not' to various other likely points in the statement makes no difference to error message. Is negation allowed?