]> git.ipfire.org Git - thirdparty/ipset.git/blame - UPGRADE
netfilter: ipset: Update the man page to include netmask/bitmask options
[thirdparty/ipset.git] / UPGRADE
CommitLineData
d6ee5bb4 1ipset 6.x, 5.x upgrade notices
905b3981 2
d6ee5bb4 3- From ipset 5.0-5.3 to 5.4 or above:
905b3981
JK
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
d6ee5bb4 10 kernel-source-dir # patch -p1 -f < ipset-curr-dir/netlink.patch
905b3981
JK
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
d6ee5bb4 15 kernel-source-dir # patch -p1 < ipset-curr-dir/netlink.patch
905b3981
JK
16
17 You do not need to recompile your kernel.
18
d6ee5bb4 19 Of course the kernel modules in ipset must be compiled and installed.