summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* libnftables: Put bison parsing into dedicated functionsPhil Sutter2018-05-112-39/+64
* include/linux: Add required NFT_CT_MAX macroPhil Sutter2018-05-111-0/+2
* build: Bump version to v0.8.5v0.8.5Florian Westphal2018-05-101-1/+1
* tests/shell: Extend rule_management/0001addposition_0Phil Sutter2018-05-096-36/+112
* Support 'add/insert rule index <IDX>'Phil Sutter2018-05-096-9/+89
* rule: Copy locations in handle_merge()Phil Sutter2018-05-091-3/+9
* Deprecate add/insert rule 'position' argumentPhil Sutter2018-05-092-4/+21
* tests: py: allow to specify sets with a timeoutFlorian Westphal2018-05-097-19/+94
* tests: py: add expires tests with different time basesFlorian Westphal2018-05-092-5/+21
* src: support timeouts in millisecondsFlorian Westphal2018-05-097-25/+50
* doc: add size keyword to meter exampleFlorian Westphal2018-05-091-1/+1
* xt: don't BUG if we can't find an extensionsFlorian Westphal2018-05-081-6/+8
* parser: added missing semicolonMáté Eckl2018-05-081-0/+1
* tests: shell: add size to metersPablo Neira Ayuso2018-05-082-2/+2
* tests: shell: delete chain and rule with jump to chain in same transactionPablo Neira Ayuso2018-05-081-0/+25
* files: restore base table skeletonsFlorian Westphal2018-05-0816-13/+37
* scanner: Support rfc4291 IPv4-compatible addressesPhil Sutter2018-05-061-1/+2
* tests/py: Fix expected output in {bridge,inet}/icmpX.tPhil Sutter2018-05-062-2/+2
* proto: Fix wrong token in proto_icmp6Phil Sutter2018-05-061-1/+1
* src: use location to display error messagesPablo Neira Ayuso2018-05-061-62/+94
* src: add obj_specPablo Neira Ayuso2018-05-065-18/+25
* src: add set_specPablo Neira Ayuso2018-05-068-42/+49
* src: add chain_specPablo Neira Ayuso2018-05-066-22/+29
* src: add table_specPablo Neira Ayuso2018-05-067-67/+73
* parser: Removed LOOKUP tokenMáté Eckl2018-05-051-1/+0