summaryrefslogtreecommitdiffstats
path: root/UPGRADE
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 /UPGRADE
parent8d3ea3476cec69b31423e34bc5b7576198c37668 (diff)
ipset 6.0 releasedv6.0
Diffstat (limited to 'UPGRADE')
-rw-r--r--UPGRADE10
1 files changed, 5 insertions, 5 deletions
diff --git a/UPGRADE b/UPGRADE
index f20810d..dfa677d 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -1,19 +1,19 @@
-ipset 5.x upgrade notices
+ipset 6.x, 5.x upgrade notices
-- From ipset 5.0-5.3 to 5.4:
+- From ipset 5.0-5.3 to 5.4 or above:
Due to the source code reorganization, some macros were moved to
the netlink.patch. Therefore when upgrading, you have two choices:
a. force the application of the new netlink.patch
- kernel-source-dir # patch -p1 -f < ipset-5.4-dir/netlink.patch
+ kernel-source-dir # patch -p1 -f < ipset-curr-dir/netlink.patch
b. remove the earlier netlink.patch and apply the new one:
kernel-source-dir # patch -p1 -R < ipset-before-5.4-dir/netlink.patch
- kernel-source-dir # patch -p1 < ipset-5.4-dir/netlink.patch
+ kernel-source-dir # patch -p1 < ipset-curr-dir/netlink.patch
You do not need to recompile your kernel.
- Of course the kernel modules in ipset-5.4 must be compiled and installed.
+ Of course the kernel modules in ipset must be compiled and installed.