]> granicus.if.org Git - ipset/blob - UPGRADE
netfilter: xt_set: Check hook mask correctly
[ipset] / UPGRADE
1 ipset 6.x, 5.x upgrade notices
2
3 - From ipset 5.0-5.3 to 5.4 or above:
4
5   Due to the source code reorganization, some macros were moved to
6   the netlink.patch. Therefore when upgrading, you have two choices:
7
8   a. force the application of the new netlink.patch
9
10      kernel-source-dir # patch -p1 -f < ipset-curr-dir/netlink.patch
11
12   b. remove the earlier netlink.patch and apply the new one:
13
14      kernel-source-dir # patch -p1 -R < ipset-before-5.4-dir/netlink.patch
15      kernel-source-dir # patch -p1 < ipset-curr-dir/netlink.patch
16
17   You do not need to recompile your kernel.
18
19   Of course the kernel modules in ipset must be compiled and installed.