diff options
author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2010-08-23 16:48:14 +0200 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2010-08-23 16:48:14 +0200 |
commit | 62a3d29539aa109fed1c8a20d63ef95948b13842 (patch) | |
tree | 46aa8b0dcc0d601a354031b477283ddf3f2bae1f /README | |
parent | 1b8c69e14d97bf5d0e973740c5802fdbf96f756d (diff) | |
download | ipset-48605d3c5a2d3a6e9823bd885fc5bd4beda781d8.tar.gz |
Cleanup, compatibilityv5.0-pre7
- Use is_vmalloc_addr when freeing vmalloc or kmalloc-ed areas. Thus
we can get rid of a flag and simplify some functions.
- When checking "same" sets, ignore hash size, because resizing
changes it.
- 2.6.35 compatibility added.
- Discuss backward/forward compatibilities in the README file.
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -54,3 +54,14 @@ That's it! Read the ipset(8) and iptables(8), ip6tables(8) manpages on how to use ipset and its match and target from iptables. + +Compatibilities: + +- The ipset 5.x userspace utility contains a backward compatibility + interface to support the 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 + 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. |