summaryrefslogtreecommitdiffstats
path: root/tests/setlist.t.before
Commit message (Collapse)AuthorAgeFilesLines
* Fix order of listing of setsJozsef Kadlecsik2011-04-181-0/+1
| | | | | | | | A restoreable saving of sets requires that list:set type of sets come last and the code part which should have taken into account the ordering was broken. The patch fixes the listing order. Testsuite entry added which checks the listing order.
* Timeout can be modified for already added elementsJozsef Kadlecsik2011-03-271-0/+4
When an element to a set with timeout added, one can change the timeout by "readding" the element with the "-exist" flag. That means the timeout value is reset to the specified one (or to the default from the set specification if the "timeout n" option is not used). Example ipset add foo 1.2.3.4 timeout 10 ipset add foo 1.2.3.4 timeout 600 -exist