summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bogons/nft-f/icmp_reject_type_uint8_assert
Commit message (Collapse)AuthorAgeFilesLines
* evaluate: fix gmp assertion with too-large reject codeFlorian Westphal2023-12-141-0/+1
Before: nft: gmputil.c:77: mpz_get_uint8: Assertion `cnt <= 1' failed. After: Error: reject code must be integer in range 0-255 Signed-off-by: Florian Westphal <fw@strlen.de>