summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bogons/nft-f/add_to_a_set_crash
Commit message (Collapse)AuthorAgeFilesLines
* evaluate: reject attempt to update a setFlorian Westphal2023-12-051-0/+11
This will crash as set->data is NULL, so check that SET_REF is pointing to a map: Error: candidates_ipv4 is not a map tcp dport 10003 ip saddr . tcp dport @candidates_ipv4 add @candidates_ipv4 { ip saddr . 10 :0004 timeout 1s } ~~~~~~~~~~~~~~~~ Signed-off-by: Florian Westphal <fw@strlen.de>