From 6023700605e20e79642b0beca7fe987a4f69fdf8 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Thu, 9 Sep 2010 09:26:27 +0200 Subject: Manpage fix on setlist type of sets. --- ChangeLog | 4 ++++ ipset.8 | 5 +++++ 2 files changed, 9 insertions(+) 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 -- cgit v1.2.3