About | Current Status | Documentation | Performance Tests | Downloads | About Us

Sometimes after a release has been made minor bugs are discovered which are just too negligible to justify a new release. Since we fix these small issues as soon as they are known we want to offer you the possibility to benefit from the fix. Note that we only offer patches for the latest release.

Compile warnings with v0.9.1

If you do not want to compile nf-hipac as a kernel module but instead directly into the kernel, please apply this patch.

Support for kernel versions ≥ 2.6.14

nf-HiPAC v0.9.1 does not compile with linux kernel versions greater or equal to 2.6.14 because in 2.6.14 the number of parameters of the netlink_kernel_create() function was changed. Please apply this patch if you want to use nf-HiPAC v0.9.1 with kernel versions greater or equal to 2.6.14.

How do I apply these patches?

In order to apply an additional patch you have to type the following:

cd /usr/src/nf-hipac-0.9.1
patch -p1 < /usr/src/additional.patch