summaryrefslogtreecommitdiffstats
path: root/tests/hash:ip,port.t
Commit message (Collapse)AuthorAgeFilesLines
* hash:* tests may seem to fail due to the too wide grep pattern, fix themJozsef Kadlecsik2011-05-301-1/+1
|
* Fix adding ranges to hash typesJozsef Kadlecsik2011-05-061-0/+8
| | | | | | When ranges are added to hash types, the elements may trigger rehashing the set. However, the last successfully added element was not kept track so the adding started again with the first element after the rehashing. Bug reported by Mr Dash Four.
* Use unified diff output in testsJozsef Kadlecsik2011-04-111-3/+3
|
* Testsuite changes: keep temporary filesJozsef Kadlecsik2011-04-081-3/+3
| | | | | Keep temporary files in the tests and erase them only after successfully running the testsuite. This makes simpler to analyze failed tests.
* SCTP, UDPLITE support addedJozsef Kadlecsik2011-03-181-0/+6
| | | | SCTP and UDPLITE port support added to the hash:*port* types.
* Replace ospf with vrrp in the testsuiteJozsef Kadlecsik2011-01-131-4/+4
| | | | Some systems do not contain ospf in /etc/protocols but ospfigp only.
* Add more test to check adding/deleting multiple entries.Jozsef Kadlecsik2010-12-171-0/+6
|
* Fix outdated messages in the testsJozsef Kadlecsik2010-12-141-8/+8
|
* Speed up testing a little bitJozsef Kadlecsik2010-12-131-2/+2
| | | | Lower timeout values to max 5s, so we can lower sleep values too.
* Fixes, cleanups, commentsv5.0-pre8Jozsef Kadlecsik2010-10-241-2/+2
| | | | | | | | | | | | | | | | | | | - More comments added to the code - ICMP and ICMPv6 support added to the hash:ip,port, hash:ip,port,ip and hash:ip,port,net types - hash:net and hash:ip,port,net types are reworked - hash:net,port type added - Wrong direction parameters fixed in hash:ip,port - Helps and manpage are updated - More tests added - Ugly macros are rewritten to functions in parse.c (Holger Eitzenberger) - resize related bug in hash types fixed (Holger Eitzenberger) - autoreconf patches by Jan Engelhardt applied - netlink patch minimalized: dumping can be initialized by a second parsing of the message (thanks to David and Patrick for the suggestion) - IPv4/IPv6 address attributes are introduced in order to fix the context (suggested by David)
* ipset 5: last new feature addedv5.0-pre3Jozsef Kadlecsik2010-06-221-21/+43
| | | | | | | | | | | - the hash types can now store protocol together port, not only port - lots of fixes everywhere: parser, error reporting, manpage The last bits on the todo list before announcing ipset 5: - recheck all the error messages - add possibly more tests - polish manpage
* ipset 5 in an almost ready state - milestonev5.0-pre1Jozsef Kadlecsik2010-06-151-0/+43
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