We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed3d1e7 commit e3e241bCopy full SHA for e3e241b
3 files changed
include/linux/netfilter/Kbuild
@@ -1,3 +1,5 @@
1
+header-y += ipset/
2
+
3
header-y += nf_conntrack_common.h
4
header-y += nf_conntrack_ftp.h
5
header-y += nf_conntrack_sctp.h
@@ -55,6 +57,7 @@ header-y += xt_quota.h
55
57
header-y += xt_rateest.h
56
58
header-y += xt_realm.h
59
header-y += xt_recent.h
60
+header-y += xt_set.h
61
header-y += xt_sctp.h
62
header-y += xt_socket.h
63
header-y += xt_state.h
include/linux/netfilter/ipset/Kbuild
@@ -0,0 +1,4 @@
+header-y += ip_set.h
+header-y += ip_set_bitmap.h
+header-y += ip_set_hash.h
+header-y += ip_set_list.h
include/linux/netfilter/xt_set.h
@@ -1,6 +1,7 @@
#ifndef _XT_SET_H
#define _XT_SET_H
+#include <linux/types.h>
#include <linux/netfilter/ipset/ip_set.h>
6
7
/* Revision 0 interface: backward compatible with netfilter/iptables */
0 commit comments