From d6ee5bb4e5346b84efa33858091ba4add2b26de2 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Thu, 3 Feb 2011 13:40:23 +0100 Subject: ipset 6.0 released --- UPGRADE | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'UPGRADE') 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. -- cgit v1.2.3