Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Timeout can be modified for already added elements | Jozsef Kadlecsik | 2011-03-27 | 1 | -0/+10 |
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 |