summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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