summaryrefslogtreecommitdiffstats
path: root/tests/match_target.t
Commit message (Collapse)AuthorAgeFilesLines
* Fix "don't update counters" mode when counters used at the matchingJozsef Kadlecsik2018-01-041-0/+6
| | | | The matching of the counters was not taken into account, fixed.
* testsuite: Make sure it can be run over ssh :-)Jozsef Kadlecsik2017-09-231-11/+11
|
* Test added to check 0.0.0.0/0,iface to be matched in hash:net,iface typeJozsef Kadlecsik2016-01-131-0/+8
|
* Fix cidr handling for hash:*net* typesJozsef Kadlecsik2015-03-131-0/+16
| | | | | | | | Commit 092d67cda9ad4 broke the cidr handling for the hash:*net* types when the sets were used by the SET target: entries with invalid cidr values were added to the sets. Reported by Jonathan Johnson. Testsuite entry is added to verify the fix.
* Add test to check mark mappingJozsef Kadlecsik2014-09-141-0/+8
| | | | Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* Update testsuite as the trailing space was eliminated at listingsJozsef Kadlecsik2013-05-021-2/+2
|
* Options and flags support added to the kernel APIJozsef Kadlecsik2011-04-181-0/+22
| | | | | | The support makes possible to specify the timeout value for the SET target and a flag to reset the timeout for already existing entries.
* Testsuite checks addedJozsef Kadlecsik2011-04-101-0/+18
| | | | | | - check iptables match/target extensions with invalid number of dir parameters - check SET target with --del-set option
* Check ICMP and ICMPv6 with the set match and target in the testsuiteJozsef Kadlecsik2011-01-241-0/+22
| | | | "sendip" needs data otherwise ICMP/ICMPv6 gets truncated...
* ipset 5: IPv6 port related and manpage fixes, more testsv5.0-pre4Jozsef Kadlecsik2010-06-251-0/+21
- getting ports for family INET6 fixed - more manpage polishing - tests to check the iptables/ip6tables match and target added