summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bogons/assert_failures
Commit message (Collapse)AuthorAgeFilesLines
* evaluate: do not abort when prefix map has non-map elementFlorian Westphal2023-06-201-0/+12
Before: nft: evaluate.c:1849: __mapping_expr_expand: Assertion `i->etype == EXPR_MAPPING' failed. after: Error: expected mapping, not set element snat ip prefix to ip saddr map { 10.141.11.0/24 : 192.168.2.0/24, 10.141.12.1 } Signed-off-by: Florian Westphal <fw@strlen.de>