File: UPGRADE

package info (click to toggle)
ipset 6.23-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,356 kB
  • ctags: 3,215
  • sloc: ansic: 30,595; sh: 14,626; makefile: 212; pascal: 125; awk: 3
file content (19 lines) | stat: -rw-r--r-- 652 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
ipset 6.x, 5.x upgrade notices

- 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-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-curr-dir/netlink.patch

  You do not need to recompile your kernel.

  Of course the kernel modules in ipset must be compiled and installed.