We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d65f0 commit 55858baCopy full SHA for 55858ba
dkms.conf
@@ -2,6 +2,10 @@ PACKAGE_NAME="ipt-netflow"
2
pushd `dirname $BASH_SOURCE`
3
PACKAGE_VERSION=`./version.sh`
4
popd
5
+
6
+# skb_reset_mac_len() was introduced in v3.0-rc3
7
+BUILD_EXCLUSIVE_KERNEL_MIN="3"
8
9
BUILT_MODULE_NAME[0]=ipt_NETFLOW
10
DEST_MODULE_LOCATION[0]=/kernel/extra
11
STRIP[0]=no
ipt_NETFLOW.c
@@ -74,6 +74,7 @@
74
* but centos6 have it backported on its 2.6.32.el6 */
75
# include <linux/llist.h>
76
#endif
77
+#include <linux/ratelimit.h>
78
#include "compat.h"
79
#include "ipt_NETFLOW.h"
80
#include "murmur3.h"
0 commit comments