On Mon, Apr 29, 2024 at 08:27:51PM +0100, Jeremy Sowden wrote: > The first patch replaces the current assertion failure for invalid > mapping expression in stateful-object statements with an error message. > This brings it in line with map statements. > > It is possible to use a variable to initialize a map, which is then used > in a map statement, but if one tries to use the variable directly, nft > rejects it. The second patch adds support for doing this. LGTM, thanks for your patience. Applied thanks.