summaryrefslogtreecommitdiffstats
path: root/tests/iphash.t
Commit message (Collapse)AuthorAgeFilesLines
* Use unified diff output in testsJozsef Kadlecsik2011-04-111-2/+2
|
* Testsuite changes: keep temporary filesJozsef Kadlecsik2011-04-081-5/+5
| | | | | Keep temporary files in the tests and erase them only after successfully running the testsuite. This makes simpler to analyze failed tests.
* Test to list large hash sets added.Jozsef Kadlecsik2010-10-291-0/+8
|
* ipset 5 in an almost ready state - milestonev5.0-pre1Jozsef Kadlecsik2010-06-151-2/+8
| | | | | | | | | | | | Reworked protocol and internal interfaces, missing set types added, backward compatibility verified, lots of tests added (and thanks to the tests, bugs fixed), even the manpage is rewritten ;-). Countless changes everywhere... The missing bits before announcing ipset 5: - net namespace support - new iptables/ip6tables extension library - iptables/ip6tables match and target tests (backward/forward compatibility) - tests on catching syntax errors
* Nineth stage to ipset-5Jozsef Kadlecsik2010-04-221-7/+21
| | | | Update tests.
* ipset 4.0 releasedv4.0Jozsef Kadlecsik2009-11-101-3/+11
| | | | See ChangeLog files
* 2.4.4/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu2008-11-131-0/+6
| | | | | | | | - Premature checking prevents to add valid elements to hash types, fixed (bug reported by JC Janos). - Local variable shadows another variable, fixed (reported by Jan Engelhardt). - More compiler warning options added and warnings fixed.
* ipset 2.4.2:/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu2008-10-231-0/+6
| | | | | | | | - When flushing a nethash/ipportnethash type of set, it can lead to a kernel crash due to a wrong type declaration, bug reported by Krzysztof Oledzki. - iptree and iptreemap types require the header file linux/timer.h, also reported by Krzysztof Oledzki.
* As the manpage says, zero valued set entries cannot be used with /C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu2008-10-211-0/+4
| | | | hash type of sets. Enforce the restriction.
* ipset -U segfault fix committed./C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu2008-06-121-0/+35
Testsuite added.