Skip to content

Commit e3e241b

Browse files
committed
netfilter: ipset: install ipset related header files
Signed-off-by: Patrick McHardy <kaber@trash.net>
1 parent ed3d1e7 commit e3e241b

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

include/linux/netfilter/Kbuild

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
header-y += ipset/
2+
13
header-y += nf_conntrack_common.h
24
header-y += nf_conntrack_ftp.h
35
header-y += nf_conntrack_sctp.h
@@ -55,6 +57,7 @@ header-y += xt_quota.h
5557
header-y += xt_rateest.h
5658
header-y += xt_realm.h
5759
header-y += xt_recent.h
60+
header-y += xt_set.h
5861
header-y += xt_sctp.h
5962
header-y += xt_socket.h
6063
header-y += xt_state.h
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
header-y += ip_set.h
2+
header-y += ip_set_bitmap.h
3+
header-y += ip_set_hash.h
4+
header-y += ip_set_list.h

include/linux/netfilter/xt_set.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef _XT_SET_H
22
#define _XT_SET_H
33

4+
#include <linux/types.h>
45
#include <linux/netfilter/ipset/ip_set.h>
56

67
/* Revision 0 interface: backward compatible with netfilter/iptables */

0 commit comments

Comments
 (0)