summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-02-03 13:40:23 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-02-03 13:40:23 +0100
commitd6ee5bb4e5346b84efa33858091ba4add2b26de2 (patch)
tree33393efd16497674fdb5786dd71d502a7f0af4e6 /README
parent8d3ea3476cec69b31423e34bc5b7576198c37668 (diff)
ipset 6.0 releasedv6.0
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 10 insertions, 8 deletions
diff --git a/README b/README
index 73c9cb0..a7ef16c 100644
--- a/README
+++ b/README
@@ -61,16 +61,18 @@ ipset and its match and target from iptables.
Compatibilities and incompatibilities:
-- The ipset 5.x userspace utility contains a backward compatibility
+- The ipset 6.x userspace utility contains a backward compatibility
interface to support the commandline syntax of ipset 4.x.
-- The ipset 5.x userspace utility can't talk to the kernel part of ipset 4.x.
-- The ipset 5.x kernel part can't talk to the userspace utility from
- ipset 4.x.
-- The ipset 5.x kernel part can work together with the set match and SET
+ The commandline syntax of ipset 6.x is fully compatible with 5.x.
+- The ipset 6.x userspace utility can't talk to the kernel part of ipset 5.x
+ or 4.x.
+- The ipset 6.x kernel part can't talk to the userspace utility from
+ ipset 5.x or 4.x.
+- The ipset 6.x kernel part can work together with the set match and SET
target from iptables 1.4.7 and below, however if you need the IPv6 support
- from ipset 5.x, then you have to use iptables 1.4.8 or above.
+ from ipset 6.x, then you have to use iptables 1.4.8 or above.
-The ipset 5.x can interpret the commandline syntax of ipset 4.x, however
+The ipset 6.x can interpret the commandline syntax of ipset 4.x, however
some internal changes mean different behaviour:
- The "--matchunset" flag for the macipmap type is ignored and not used
@@ -82,5 +84,5 @@ some internal changes mean different behaviour:
- The hash types are not resized when new entries are added by the SET
target. If you use a set together with the SET target, create it with
the proper size because it won't be resized automatically.
-- The iptree, iptreemap types are not implemented in ipset 5.x. The types
+- The iptree, iptreemap types are not implemented in ipset 6.x. The types
are automatically substituted with the hash:ip type.