From 8dd10256cb24ceade8b40bd1604f03ddac8589e2 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 29 Jun 2010 21:14:40 +0200 Subject: ipset 5: Sparc related and compatibility fixes ipset 5 is tested on Sparc, which revealed some compatibility issues and those are fixed. Kernels from 2.6.31 onward are supported. The testsuite checkings are completed to run match/target checks. The README file is updated to reflect the requirements to install and run ipset 5. --- kernel/Kbuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'kernel/Kbuild') diff --git a/kernel/Kbuild b/kernel/Kbuild index 9c7771a..9875d70 100644 --- a/kernel/Kbuild +++ b/kernel/Kbuild @@ -1,5 +1,7 @@ EXTRA_CFLAGS := -I$(M)/include \ - -DCONFIG_IP_SET_MAX=$(IP_SET_MAX) + -DCONFIG_IP_SET_MAX=$(IP_SET_MAX) \ + -DNETLINK_DUMP_CONST=$(NETLINK_DUMP_CONST) \ + -DNFNL_CB_CONST=$(NFNL_CB_CONST) obj-m += ip_set.o xt_set.o obj-m += ip_set_bitmap_ip.o ip_set_bitmap_ipmac.o ip_set_bitmap_port.o -- cgit v1.2.3