summaryrefslogtreecommitdiffstats
path: root/src/ipset.8
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2018-11-26 10:54:36 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2018-11-26 10:54:36 +0100
commit3713072d3bcb5dc1cfbb7c5fa3e24b8a73fd4104 (patch)
tree0d43a750fb5ebc63aefc1d7ba6af327c58062ef6 /src/ipset.8
parenta680d3fdbb637fae53c60e4a30f028bd5ed1fe4b (diff)
Implement sorting for hash types in the ipset tool
Support listing/saving with sorted entries for the hash types. (bitmap and list types are automatically sorted.)
Diffstat (limited to 'src/ipset.8')
-rw-r--r--src/ipset.84
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipset.8 b/src/ipset.8
index 9f1e68f..debc1c7 100644
--- a/src/ipset.8
+++ b/src/ipset.8
@@ -114,8 +114,8 @@ all sets if none is given. The
\fB\-resolve\fP
option can be used to force name lookups (which may be slow). When the
\fB\-sorted\fP
-option is given, the entries are listed sorted (if the given set
-type supports the operation). The option
+option is given, the entries are listed/saved sorted (which may be slow).
+The option
\fB\-output\fR
can be used to control the format of the listing:
\fBplain\fR, \fBsave\fR or \fBxml\fR.