summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: hash:ip,port.t: Replace VRRP by GRE protocolHEADmasterPhil Sutter2023-03-102-5/+5
* tests: hash:ip,port.t: 'vrrp' is printed as 'carp'Phil Sutter2023-03-101-1/+1
* tests: cidr.sh: Add ipcalc fallbackPhil Sutter2023-03-101-4/+28
* tests: xlate: Make test input validPhil Sutter2023-03-103-5/+15
* tests: xlate: Test built binary by defaultPhil Sutter2023-03-102-6/+3
* Tests: When verifying comments/timeouts, make sure entries don't expireJozsef Kadlecsik2022-12-302-2/+2
* Tests: Make sure the internal batches add the correct number of elementsJozsef Kadlecsik2022-12-301-0/+6
* Tests: Verify that hash:net,port,net type can handle 0/0 properlyJozsef Kadlecsik2022-12-301-0/+6
* test: Make sure no more than 64 clashing elements can be added to hash:net,if...Jozsef Kadlecsik2022-11-211-0/+4
* netfilter: ipset: add tests for the new bitmask featureVishwanath Pai2022-11-2016-1/+426
* Fix IPv6 sets nftables translationPablo Neira Ayuso2022-02-282-0/+4
* tests: add tests ipset to nftablesPablo Neira Ayuso2021-06-263-0/+140
* Handle all variable header parts in helper scripts instead ot test tasksJozsef Kadlecsik2020-09-21112-2166/+2259
* Add bucketsize parameter to all hash typesJozsef Kadlecsik2020-09-2165-141/+140
* netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik2020-02-181-0/+10
* Sort naturally instead of textual sort (bugzilla #1369)Jozsef Kadlecsik2019-10-311-111/+111
* Implement sorting for hash types in the ipset toolJozsef Kadlecsik2018-11-265-0/+65963
* Correct to test null valued entry in hash:net6,port,net6 testJozsef Kadlecsik2018-10-191-3/+9
* tests/check_klog.sh: Try dmesg too, don't let shell terminate scriptStefano Brivio2018-05-301-0/+4
* Fix parsing service names for portsJozsef Kadlecsik2018-04-101-0/+4
* Use 'ss' in runtest.sh but fall back to deprecated 'net-tools' commandJozsef Kadlecsik2018-03-031-4/+14
* Add test to verify wraparound fixJozsef Kadlecsik2018-01-121-0/+6
* Fix "don't update counters" mode when counters used at the matchingJozsef Kadlecsik2018-01-043-0/+17
* testsuite: Make sure it can be run over ssh :-)Jozsef Kadlecsik2017-09-236-32/+43
* Add test file missing from patch previous patch.Jozsef Kadlecsik2017-09-231-0/+9
* Test to check the fix to add an IPv4 range containing more than 2^31 addressesJozsef Kadlecsik2017-09-181-0/+10
* ipset: Fix ipset command replacement in runtest.shNeutron Soutmun2017-06-041-1/+1
* Correct a test: number of entries may be outdatedJozsef Kadlecsik2017-03-231-1/+1
* New test to verify that only the intended entries are deleted at hash types.Jozsef Kadlecsik2017-02-163-1/+5
* Correct tests to check the number of entries tooJozsef Kadlecsik2016-10-1438-82/+82
* Suppress unnecessary stderr in command loop for resize and listJozsef Kadlecsik2016-03-161-1/+1
* Correction in comment testJozsef Kadlecsik2016-03-161-2/+2
* Test added to check 0.0.0.0/0,iface to be matched in hash:net,iface typeJozsef Kadlecsik2016-01-132-0/+14
* Out of bound access in hash:net* types fixedJozsef Kadlecsik2015-08-255-1/+119
* Use IPSET_BIN in resize-and-list.sh and suppress echoing of loop variableJozsef Kadlecsik2015-08-241-5/+4
* Add element count to all set types headerJozsef Kadlecsik2015-06-2528-29/+57
* Add element count to hash headersEric B Munson2015-06-1967-76/+146
* Fix cidr handling for hash:*net* typesJozsef Kadlecsik2015-03-133-1/+22
* Fix parallel resizing and listing of the same setJozsef Kadlecsik2014-11-182-0/+15
* Introduce RCU in all set types instead of rwlock per setJozsef Kadlecsik2014-11-182-4/+2
* Support updating extensions when the set is fullJozsef Kadlecsik2014-09-232-0/+26
* hash:mac type added to ipsetJozsef Kadlecsik2014-09-156-2/+82
* Add test to check mark mappingJozsef Kadlecsik2014-09-142-0/+17
* ipset: Handle missing leading zeros in ethernet address parserJaneks Jaunups2014-05-061-0/+8
* ipset: Pass IPSET_BIN to test scripts to change binary locationNeutron Soutmun2014-04-0711-42/+54
* print mark & mark mask in hex rather then decimalVytas Dauksa2014-01-239-174/+174
* add markmask for hash:ip,mark data typeVytas Dauksa2014-01-238-6/+26
* add hash:ip,mark data type to ipsetVytas Dauksa2014-01-0812-1/+485
* ipset: Add userspace code to support hash:net,port,net kernel module.Oliver Smith2013-09-308-0/+369
* Tests added to check comment extensionJozsef Kadlecsik2013-09-2412-3/+2139