Florian Westphal <fw@xxxxxxxxx> wrote: > For the objref map case, set->data is only non-null if set evaluation > completed successfully. > > Before: > nft: src/evaluate.c:2115: expr_evaluate_mapping: Assertion `set->data != NULL' failed. > > After: > expr_evaluate_mapping_no_data_assert:1:5-5: Error: No such file or directory > map m p { > ^ This is also the error that one gets with nft 1.0.7. Will add Fixes: 56c90a2dd2eb ("evaluate: expand sets and maps before evaluation") to the changelog.