summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-09-09 09:26:27 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-09-09 09:26:27 +0200
commit6023700605e20e79642b0beca7fe987a4f69fdf8 (patch)
treed781919a95c813b455e19b88fbf3bbd2a458976b
parent5f72f6464b9dad2c2cb26af7a2fd5d51acbbdf5b (diff)
Manpage fix on setlist type of sets.
-rw-r--r--ChangeLog4
-rw-r--r--ipset.85
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 354df0b..6eac89b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+4.4
+ - Manpage fix to make it clear how ipset works on setlist type
+ of sets (John Brendler, bugzilla id 640)
+
4.2
- Checking null entries when listing/saving hash types of sets
deleted because it's unnecessary and can mask possible errors.
diff --git a/ipset.8 b/ipset.8
index fa73298..e2c9e04 100644
--- a/ipset.8
+++ b/ipset.8
@@ -503,6 +503,11 @@ set and add src to the first single or src,dst to the first double
data storage set in
\fIb\fP.
.P
+Please note: by the ipset command you can add, delete and
+.B test
+the setnames in a setlist type of set, and not the presence of
+a set's member (such as an IP address).
+.P
You can imagine a setlist type of set as an ordered union of
the set elements.
.SH GENERAL RESTRICTIONS