summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* monitor: do not call interval_map_decompose() for concat intervalsFlorian Westphal2021-11-171-0/+5
* parser_json: add raw payload inner header match supportPablo Neira Ayuso2021-11-173-0/+25
* tests: py: remove netdev coverage in ip/ip_tcp.tPablo Neira Ayuso2021-11-122-96/+0
* tests: py: missing json output update in ip6/meta.tPablo Neira Ayuso2021-11-121-0/+16
* tests: py: missing ip/snat.t json updatesPablo Neira Ayuso2021-11-122-0/+347
* tests: py: missing ip/dnat.t json updatesPablo Neira Ayuso2021-11-121-0/+333
* tests: py: update rawpayload.t.jsonPablo Neira Ayuso2021-11-082-5/+21
* evaluate: clone variable expression if there is more than one referencePablo Neira Ayuso2021-11-082-0/+30
* tests: py: remove verdict from closing end intervalPablo Neira Ayuso2021-11-087-7/+7
* tests: shell: $NFT needs to be invoked unquotedŠtěpán Němec2021-11-052-1/+4
* tests: shell: README: clarify test file name conventionŠtěpán Němec2021-11-051-2/+5
* tests: shell: README: $NFT does not have to be a path to a binaryŠtěpán Němec2021-11-051-1/+1
* tests: shell: README: copy editŠtěpán Němec2021-11-051-11/+12
* datatype: add xinteger_type alias to print in hexadecimalPablo Neira Ayuso2021-11-032-8/+8
* evaluate: postpone transport protocol match check after nat expression evalua...Pablo Neira Ayuso2021-11-033-0/+27
* parser: extend limit syntaxJeremy Sowden2021-11-033-0/+57
* tests: run-tests.sh: ensure non-zero exit when $failed != 0Štěpán Němec2021-11-022-2/+2
* tests: shell: Fix bogus testsuite failure with 250HzPhil Sutter2021-11-021-1/+1
* src: Support netdev egress hookLukas Wunner2021-10-2836-29/+2377
* tests: py: Move netdev-specific tests to appropriate subdirectoryLukas Wunner2021-10-287-0/+0
* tests: shell: add testcase for --tersePablo Neira Ayuso2021-10-281-0/+69
* tests: cover baecd1cf2685 ("segtree: Fix segfault when restoring a huge inter...Štěpán Němec2021-10-201-0/+29
* tests: shell: auto-removal of chain hook on netns removalFlorian Westphal2021-10-191-0/+6
* cache: set on cache flags for nested notationPablo Neira Ayuso2021-09-291-0/+25
* evaluate: check for missing transport protocol match in nat map with concaten...Pablo Neira Ayuso2021-09-292-3/+25
* evaluate: check for concatenation in set data datatypePablo Neira Ayuso2021-09-292-0/+18
* tests: monitor: update insert and replace commandsPablo Neira Ayuso2021-09-291-2/+2
* netlink: dynset: set compound expr dtype based on set key definitionFlorian Westphal2021-09-292-0/+28
* payload: don't adjust offsets of autogenerated dependency expressionsFlorian Westphal2021-09-294-0/+54
* netlink: reset temporary set element stmt list after list splicePablo Neira Ayuso2021-09-162-0/+27
* tests: py: update ct expirationPablo Neira Ayuso2021-09-151-3/+3
* netlink: rework range_expr_to_prefix()Pablo Neira Ayuso2021-09-093-0/+112
* rule: remove redundant meta protocol from the evaluation stepPablo Neira Ayuso2021-09-034-6/+2
* netlink_delinearize: incorrect meta protocol dependency kill againPablo Neira Ayuso2021-09-032-0/+90
* netlink_delinearize: incorrect meta protocol dependency killPablo Neira Ayuso2021-08-2612-0/+253
* tests: monitor: Continue on errorPhil Sutter2021-08-241-10/+23
* tests: monitor: Print errors to stderrPhil Sutter2021-08-241-10/+17
* tests: json_echo: Print errors to stderrPhil Sutter2021-08-241-7/+7
* src: Optimize prefix match only if is big-endianXiao Liang2021-08-233-0/+27
* tests: shell: add nft-f/0022variables_0 dump filePablo Neira Ayuso2021-08-202-5/+14
* src: queue: consolidate queue statement syntaxPablo Neira Ayuso2021-08-204-11/+116
* parser: permit symbolic define for 'queue num' againFlorian Westphal2021-08-202-0/+12
* netlink_delinearize: skip flags / mask notation for singleton bitmask againPablo Neira Ayuso2021-08-153-0/+30
* evaluate: expand variable containing set into multiple mappingsPablo Neira Ayuso2021-08-122-0/+29
* tests/py: Make netns spawning more robustPhil Sutter2021-08-111-6/+34
* tcpopt: bogus assertion on undefined optionsPablo Neira Ayuso2021-08-113-0/+23
* tests: py: check more flag match transformations to compact syntaxPablo Neira Ayuso2021-07-283-0/+193
* tests: py: tcp flags & (fin | syn | rst | ack) == synPablo Neira Ayuso2021-07-283-0/+36
* netlink_delinearize: skip flags / mask notation for singleton bitmaskPablo Neira Ayuso2021-07-283-0/+31
* tests: py: idempotent tcp flags & syn != 0 to tcp flag synPablo Neira Ayuso2021-07-273-0/+25