[netfilter-cvslog] r4260 - trunk/ipset

kadlec at netfilter.org kadlec at netfilter.org
Wed Sep 14 12:36:02 CEST 2005


Author: kadlec at netfilter.org
Date: 2005-09-14 12:36:01 +0200 (Wed, 14 Sep 2005)
New Revision: 4260

Added:
   trunk/ipset/TODO
Modified:
   trunk/ipset/ChangeLog
   trunk/ipset/Makefile
   trunk/ipset/ipset.8
Log:
2.2.3 version releases: manpage fix in ipset, TODO file added


Modified: trunk/ipset/ChangeLog
===================================================================
--- trunk/ipset/ChangeLog	2005-09-14 10:33:55 UTC (rev 4259)
+++ trunk/ipset/ChangeLog	2005-09-14 10:36:01 UTC (rev 4260)
@@ -1,3 +1,10 @@
+2.2.3
+ - memory allocation bug in iphash and nethash in connection with the SET
+   target was fixed (bug reported by Nikolai Malykh)
+ - lockhelp.h was removed from the 2.6.13 kernel tree, ip_set.c is
+   updated accordingly (Cardoso Didier, Samir Bellabes)
+ - manpage is updated to clearly state the command order in restore mode
+
 2.2.2
  - Jiffies rollover bug in ip_set_iptree reported and fixed by Rob Nielsen
  - Compiler warning in the non-SMP case fixed (Marcus Sundberg)

Modified: trunk/ipset/Makefile
===================================================================
--- trunk/ipset/Makefile	2005-09-14 10:33:55 UTC (rev 4259)
+++ trunk/ipset/Makefile	2005-09-14 10:36:01 UTC (rev 4260)
@@ -8,7 +8,7 @@
 KERNEL_DIR=/usr/src/linux
 endif
 
-IPSET_VERSION:=2.2.2
+IPSET_VERSION:=2.2.3
 
 PREFIX:=/usr/local
 LIBDIR:=$(PREFIX)/lib

Added: trunk/ipset/TODO
===================================================================
--- trunk/ipset/TODO	2005-09-14 10:33:55 UTC (rev 4259)
+++ trunk/ipset/TODO	2005-09-14 10:36:01 UTC (rev 4260)
@@ -0,0 +1,2 @@
+- rewrite kernel-userspace communication from sockopt to netlink
+- IPv6 support

Modified: trunk/ipset/ipset.8
===================================================================
--- trunk/ipset/ipset.8	2005-09-14 10:33:55 UTC (rev 4259)
+++ trunk/ipset/ipset.8	2005-09-14 10:36:01 UTC (rev 4260)
@@ -118,6 +118,11 @@
 .BI "-R, --restore "
 Restore a saved session generated by --save. The saved session
 can be fed from stdin.
+
+When generating a session file please note that the supported commands
+(create set, add element, bind) must appear in a strict order: first create
+the set, then add all elements. Then create the next set, add all its elements
+and so on. Finally you can append all binding commands. 
 .TP
 .BI "-A, --add " "\fIsetname\fP \fIIP\fP"
 Add an IP to a set.




More information about the netfilter-cvslog mailing list