summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests: shell: flush ruleset with -U after feature probingPablo Neira Ayuso2023-12-061-0/+3
* evaluate: fix double free on dtype releaseFlorian Westphal2023-12-052-1/+7
* evaluate: catch implicit map expressions without known datatypeFlorian Westphal2023-12-052-0/+5
* evaluate: reject attempt to update a setFlorian Westphal2023-12-052-0/+15
* evaluate: disable meta set with rangesFlorian Westphal2023-12-052-0/+18
* evaluate: error out if basetypes are differentFlorian Westphal2023-12-052-2/+10
* evaluate: guard against NULL basetypeFlorian Westphal2023-12-052-1/+2
* evaluate: handle invalid mapping expressions gracefullyFlorian Westphal2023-12-052-2/+3
* evaluate: turn assert into real error checkFlorian Westphal2023-12-052-6/+24
* tests/shell: use generated ruleset for `nft --check`Thomas Haller2023-12-031-22/+26
* evaluate: prevent assert when evaluating very large shift valuesFlorian Westphal2023-12-032-2/+12
* main: Refer to nft_options in nft_options_check()Phil Sutter2023-12-031-10/+9
* main: Reduce indenting in nft_options_check()Phil Sutter2023-12-031-15/+16
* tests: shell: add missing .nodump fileFlorian Westphal2023-12-011-0/+0
* evaluate: reject sets with no keyFlorian Westphal2023-12-013-0/+13
* tests: shell: add test case for catchall gc bugFlorian Westphal2023-11-281-0/+13
* tests/shell: workaround lack of $SRANDOM before bash 5.1Thomas Haller2023-11-281-0/+1
* tests/shell: workaround lack of `wait -p` before bash 5.1Thomas Haller2023-11-281-7/+40
* json: deal appropriately with multidevice in chainPablo Neira Ayuso2023-11-235-61/+61
* evaluate: clone unary expression datatype to deal with dynamic datatypePablo Neira Ayuso2023-11-223-1/+29
* tests: shell: Fix sets/reset_command_0 for current kernelsPhil Sutter2023-11-221-8/+2
* tests/shell: prettify JSON in test output and add helperThomas Haller2023-11-223-0/+38
* tests/shell: sanitize "handle" in JSON outputThomas Haller2023-11-22279-280/+286
* tests: shell: skip if kernel does not allow to restore set element expirationPablo Neira Ayuso2023-11-222-0/+20
* tests: shell: skip secmark tests if kernel does not support itPablo Neira Ayuso2023-11-222-0/+8
* tests: shell: split nat inet testsPablo Neira Ayuso2023-11-224-27/+32
* tests: shell: skip nat inet if kernel does not support itPablo Neira Ayuso2023-11-222-0/+9
* tests: shell: skip synproxy test if kernel does not support itPablo Neira Ayuso2023-11-222-0/+11
* tests: shell: detach synproxy testPablo Neira Ayuso2023-11-224-33/+52
* tests: shell: skip stateful object updates if unsupportedPablo Neira Ayuso2023-11-222-0/+23
* tests: shell: connlimit tests requires set expression supportPablo Neira Ayuso2023-11-221-0/+2
* evaluate: bogus error when adding devices to flowtablePablo Neira Ayuso2023-11-222-1/+9
* tests: shell: flush connlimit setsPablo Neira Ayuso2023-11-212-2/+3
* tests: shell: skip meta time test meta expression lacks supportFlorian Westphal2023-11-212-0/+9
* tests: shell: skip maps delete test if dynset lacks delete opFlorian Westphal2023-11-212-0/+14
* tests: shell: skip ct expectation test if feature is missingFlorian Westphal2023-11-211-0/+2
* tests: shell: quote reference to array to iterate over empty stringPablo Neira Ayuso2023-11-211-1/+1
* tests: shell: adjust add-after-delete flowtable for older kernelsPablo Neira Ayuso2023-11-213-3/+2
* evaluate: fix rule replacement with anon setsFlorian Westphal2023-11-201-0/+1
* tests: shell: skip sets/sets_with_ifnames if no pipapo backend is availablePablo Neira Ayuso2023-11-151-0/+2
* tests: shell: restore pipapo and chain binding coverage in standalone 30s-stressPablo Neira Ayuso2023-11-151-0/+9
* tests: shell: skip pipapo set backend in transactions/30s-stressPablo Neira Ayuso2023-11-151-7/+44
* tests: shell: skip if kernel does not support flowtable with no devicesPablo Neira Ayuso2023-11-152-0/+10
* tests: shell: skip if kernel does not support flowtable counterPablo Neira Ayuso2023-11-152-0/+18
* tools: check for consistency of .json-nft dumps in "check-tree.sh"Thomas Haller2023-11-151-1/+20
* tools: check more strictly for bash shebang in "check-tree.sh"Thomas Haller2023-11-151-2/+7
* tools: simplify error handling in "check-tree.sh" by adding msg_err()/msg_warn()Thomas Haller2023-11-151-17/+20
* tests/shell: add JSON dump filesThomas Haller2023-11-15339-0/+339
* tests/shell: check and generate JSON dump filesThomas Haller2023-11-153-39/+138
* json: fix use after free in table_flags_json()Thomas Haller2023-11-151-1/+1