summaryrefslogtreecommitdiffstats
path: root/tests/py
Commit message (Expand)AuthorAgeFilesLines
* tests: py: Add meta time tests without 'meta' keywordMartin Gignac2022-04-103-0/+52
* tests: py: Don't colorize output if stderr is redirectedPhil Sutter2022-04-081-1/+1
* tests: py: extend meta time coveragePablo Neira Ayuso2022-04-083-0/+52
* tests: py: add inet/vmap testsPablo Neira Ayuso2022-03-294-0/+222
* src: add tcp option reset supportFlorian Westphal2022-02-283-0/+53
* tests: py: Test connlimit statementPhil Sutter2022-02-203-0/+30
* tests: py: remove redundant payload expressionsJeremy Sowden2022-01-153-21/+1
* tests: py: fix inet/ip.t bridge payloadJeremy Sowden2022-01-151-1/+1
* tests: py: fix inet/ip_tcp.t testJeremy Sowden2022-01-152-2/+14
* tests: py: fix inet/ip.t payloadsJeremy Sowden2022-01-151-14/+0
* tests: py: fix inet/sets.t netdev payloadJeremy Sowden2022-01-151-3/+3
* evaluate: reject: support ethernet as L2 protocol for inet tableJeremy Sowden2021-12-153-0/+46
* tests: py: add tcp subtype match test casesFlorian Westphal2021-12-013-0/+78
* tests: py: add test cases for md5sig, fastopen and mptcp mnemonicsFlorian Westphal2021-12-013-0/+63
* tcpopt: remove KIND keywordFlorian Westphal2021-12-013-67/+38
* tests/py: Avoid duplicate records in *.got filesPhil Sutter2021-11-301-10/+19
* 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
* tests: py: remove verdict from closing end intervalPablo Neira Ayuso2021-11-087-7/+7
* 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
* src: Support netdev egress hookLukas Wunner2021-10-2833-28/+2353
* tests: py: Move netdev-specific tests to appropriate subdirectoryLukas Wunner2021-10-287-0/+0
* evaluate: check for missing transport protocol match in nat map with concaten...Pablo Neira Ayuso2021-09-292-3/+25
* payload: don't adjust offsets of autogenerated dependency expressionsFlorian Westphal2021-09-294-0/+54
* 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 killPablo Neira Ayuso2021-08-2612-0/+253
* src: Optimize prefix match only if is big-endianXiao Liang2021-08-233-0/+27
* src: queue: consolidate queue statement syntaxPablo Neira Ayuso2021-08-203-8/+113
* netlink_delinearize: skip flags / mask notation for singleton bitmask againPablo Neira Ayuso2021-08-153-0/+30
* 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
* evaluate: disallow negation with binary operationPablo Neira Ayuso2021-07-271-0/+1
* netlink_linearize: incorrect netlink bytecode with binary operation and flagsPablo Neira Ayuso2021-07-273-0/+70
* expression: missing != in flagcmp expression print functionPablo Neira Ayuso2021-07-273-0/+34
* tests: py: missing json update for numeric reject with icmp numericPablo Neira Ayuso2021-07-273-0/+30
* tests: py: update new reject with icmp code syntax leftoverPablo Neira Ayuso2021-07-273-15/+15
* src: promote 'reject with icmp CODE' syntaxPablo Neira Ayuso2021-07-2613-229/+229
* parser_bison: parse number as reject icmp codePablo Neira Ayuso2021-07-266-0/+15