summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tests/py: Add missing JSON equivalent for rule in inet/tcp.tPhil Sutter2018-06-011-0/+16
* tests/py: Add missing JSON equivalent for inet/sets.tPhil Sutter2018-06-011-0/+37
* tests/py: Adjust JSON for changes in any/ct.tPhil Sutter2018-06-012-4/+94
* JSON: Simplify immediate value parsingPhil Sutter2018-06-011-45/+31
* JSON: Fix parsing of meter statement keyPhil Sutter2018-06-011-2/+2
* JSON: Improve prefix expression parsing error message a bitPhil Sutter2018-06-011-1/+1
* JSON: Simplify tcp option expression parsing a bitPhil Sutter2018-06-011-3/+2
* JSON: Fix parsing and printing of limit objectsPhil Sutter2018-06-012-44/+48
* JSON: Review set elem expressionsPhil Sutter2018-06-015-17/+34
* JSON: Review meter statement supportPhil Sutter2018-06-012-7/+9
* JSON: Sort out rule position and handles in generalPhil Sutter2018-06-013-37/+24
* JSON: Disallow non-array concat expression valuesPhil Sutter2018-06-011-3/+1
* JSON: Use "type" for CT helper objectPhil Sutter2018-06-012-3/+3
* objref: Use "ct helper" for NFT_OBJECT_CT_HELPERPhil Sutter2018-06-013-4/+4
* statement: old kernels are allowing burst zero, don't print itPablo Neira Ayuso2018-05-301-1/+1
* tests: shell: remove nft_objref module on cleanupPablo Neira Ayuso2018-05-301-1/+1
* statement: don't print burst if equals 5Pablo Neira Ayuso2018-05-291-1/+1
* meters: do not set a defaut meter size from userspaceFlorian Westphal2018-05-297-10/+10
* include: update nf_tables.hMáté Eckl2018-05-291-7/+89
* tests: py: fix race in deleting elementPablo Neira Ayuso2018-05-251-1/+1
* segtree: incorrect handling of comments and timeouts with mappingPablo Neira Ayuso2018-05-251-21/+46
* fix printing of "tcp flags syn" and "tcp flags == syn" expressionsSabrina Dubroca2018-05-254-1/+14
* segtree: add timeout for range and prefix expressions in setsPablo Neira Ayuso2018-05-241-0/+10
* tests: shell: chain dependency validation with mapsPablo Neira Ayuso2018-05-231-0/+10
* tests: shell: non-base chain loopsPablo Neira Ayuso2018-05-231-0/+10
* tests: shell: more chain dependency validationPablo Neira Ayuso2018-05-231-0/+10
* nft.8: Document limitation of reject statement in bridge familyPhil Sutter2018-05-171-0/+4
* tests: py: Make diff functions use print_* functionsMáté Eckl2018-05-171-6/+4
* tests: py: Added paylad file description to READMEMáté Eckl2018-05-171-3/+26
* tests: py: print path of the logfileMáté Eckl2018-05-172-1/+6
* tests: py: print_msg refactorMáté Eckl2018-05-171-6/+8
* tests: py: updated test file structure descripion in READMEMáté Eckl2018-05-171-9/+9
* tests: py: small typo fixes in the python tests READMEMáté Eckl2018-05-171-2/+2
* tests: py: specify python version in nft-test.pyMáté Eckl2018-05-171-1/+1
* segtree: missing comments in range and prefix expressions in setsPablo Neira Ayuso2018-05-161-0/+6
* libnftables: Move scanner object into struct nft_ctxPhil Sutter2018-05-152-22/+22
* nftables: xt: don't use hard-coded AF_INETFlorian Westphal2018-05-141-4/+20
* nft.8: Drop misleading adjective 'absolute'Phil Sutter2018-05-111-1/+1
* evaluate: Return ENOENT if rule index is too largePhil Sutter2018-05-111-1/+1
* tests/py: Support testing JSON input and output as wellPhil Sutter2018-05-11136-5/+34651
* tests/py: Highlight offending parts in differences warningsPhil Sutter2018-05-111-1/+34
* tests/py: Don't read expected payload for each tablePhil Sutter2018-05-111-10/+12
* tests/py: Reduce indenting level in nft-test.pyPhil Sutter2018-05-111-61/+65
* py: Add JSON support to nftables ClassPhil Sutter2018-05-111-1/+44
* py: Add getter/setter for echo output optionPhil Sutter2018-05-111-0/+25
* libnftables: Implement JSON parserPhil Sutter2018-05-114-4/+3172
* libnftables: Implement JSON output supportPhil Sutter2018-05-1124-2/+1845
* libnftables: Introduce a few helper functionsPhil Sutter2018-05-114-15/+55
* libnftables: Make some functions globally accessiblePhil Sutter2018-05-118-6/+15
* libnftables: Make some arrays globally accessiblePhil Sutter2018-05-1114-9/+27