]> git.ipfire.org Git - thirdparty/nftables.git/commit
tests: add table validation check
authorFlorian Westphal <fw@strlen.de>
Thu, 17 Aug 2023 16:57:54 +0000 (18:57 +0200)
committerFlorian Westphal <fw@strlen.de>
Thu, 17 Aug 2023 16:57:54 +0000 (18:57 +0200)
commit22a8e9d6471641086d7e0f9c5f782fbe30f76f21
treef12478999b8d9470b72ab0ad91630e9ecdbfcc70
parent02d660b060abccaec665b0bd8a835037a5704f1a
tests: add table validation check

Pablo noticed problems with commit validation, investigation
shows nfnetlink can retry forever in infinite -EAGAIN cycle,
test for this.

The process is killable, this only hogs cpu.  Add a test for this.

Signed-off-by: Florian Westphal <fw@strlen.de>
tests/shell/testcases/transactions/bad_expression [new file with mode: 0755]