]> granicus.if.org Git - ipset/commitdiff
2.2.3 version releases: manpage fix in ipset, TODO file added
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org>
Wed, 14 Sep 2005 10:36:01 +0000 (10:36 +0000)
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org>
Wed, 14 Sep 2005 10:36:01 +0000 (10:36 +0000)
ChangeLog
Makefile
TODO [new file with mode: 0644]
ipset.8

index 32b92d12b79fbac21d342895f76f469481e55ec9..f26f9e42b8a646e6ad3733064a557d3c88914abc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
index 0b72b0e6c7174e52f7ee73ae3c4ca8a1ce77a1de..59b2443fd219951dc44c84e4c9089e0521205fd1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ ifndef KERNEL_DIR
 KERNEL_DIR=/usr/src/linux
 endif
 
-IPSET_VERSION:=2.2.2
+IPSET_VERSION:=2.2.3
 
 PREFIX:=/usr/local
 LIBDIR:=$(PREFIX)/lib
diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..9d46233
--- /dev/null
+++ b/TODO
@@ -0,0 +1,2 @@
+- rewrite kernel-userspace communication from sockopt to netlink
+- IPv6 support
diff --git a/ipset.8 b/ipset.8
index 5e87af212bc9fda7a7f03609cdbc91a0ac364c76..32b5ae397062515c851a6ee06371780d0c574ef0 100644 (file)
--- a/ipset.8
+++ b/ipset.8
@@ -118,6 +118,11 @@ is specified to stdout in a format that --restore can read.
 .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.