Skip to content

Commit 55858ba

Browse files
committed
dkms.conf: Declare BUILD_EXCLUSIVE_KERNEL_MIN="3"
skb_reset_mac_len() was introduced in v3.0-rc3 and is used unconditionally Signed-off-by: Andreas Beckmann <anbe@debian.org>
1 parent 51d65f0 commit 55858ba

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

dkms.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ PACKAGE_NAME="ipt-netflow"
22
pushd `dirname $BASH_SOURCE`
33
PACKAGE_VERSION=`./version.sh`
44
popd
5+
6+
# skb_reset_mac_len() was introduced in v3.0-rc3
7+
BUILD_EXCLUSIVE_KERNEL_MIN="3"
8+
59
BUILT_MODULE_NAME[0]=ipt_NETFLOW
610
DEST_MODULE_LOCATION[0]=/kernel/extra
711
STRIP[0]=no

ipt_NETFLOW.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
* but centos6 have it backported on its 2.6.32.el6 */
7575
# include <linux/llist.h>
7676
#endif
77+
#include <linux/ratelimit.h>
7778
#include "compat.h"
7879
#include "ipt_NETFLOW.h"
7980
#include "murmur3.h"

0 commit comments

Comments
 (0)