summaryrefslogtreecommitdiffstats
path: root/tests/setlist.t.list3
Commit message (Collapse)AuthorAgeFilesLines
* Add element count to all set types headerJozsef Kadlecsik2015-06-251-1/+2
| | | | | | It is better to list the set elements for all set types, thus the header information is uniform. Element counts are therefore added to the bitmap and list types.
* Update testsuite as the trailing space was eliminated at listingsJozsef Kadlecsik2013-05-021-1/+1
|
* Get rid of the trailing empty line at listing sets.Jozsef Kadlecsik2011-04-191-1/+0
| | | | | | | Also, remove the empty "members" section when listing just the set headers. Testsuite is updated to reflect the changes in the output.
* Timeout can be modified for already added elementsJozsef Kadlecsik2011-03-271-0/+8
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