diff options
| author | Patrick McHardy <kaber@trash.net> | 2011-02-01 12:52:42 -0500 |
|---|---|---|
| committer | Patrick McHardy <kaber@trash.net> | 2011-02-01 12:52:42 -0500 |
| commit | e3e241b2769b27669d05f0a05083acd21b4faa2c (patch) | |
| tree | e0bd02af573dd52c46051f3cd28a378a25cb9d7b /include/linux | |
| parent | ed3d1e7b72069a3463b7e227b18cae4a09b0ddad (diff) | |
netfilter: ipset: install ipset related header files
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/netfilter/Kbuild | 3 | ||||
| -rw-r--r-- | include/linux/netfilter/ipset/Kbuild | 4 | ||||
| -rw-r--r-- | include/linux/netfilter/xt_set.h | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/netfilter/Kbuild b/include/linux/netfilter/Kbuild index 89c0d1e20d7..ba19544cce9 100644 --- a/include/linux/netfilter/Kbuild +++ b/include/linux/netfilter/Kbuild | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | header-y += ipset/ | ||
| 2 | |||
| 1 | header-y += nf_conntrack_common.h | 3 | header-y += nf_conntrack_common.h |
| 2 | header-y += nf_conntrack_ftp.h | 4 | header-y += nf_conntrack_ftp.h |
| 3 | header-y += nf_conntrack_sctp.h | 5 | header-y += nf_conntrack_sctp.h |
| @@ -55,6 +57,7 @@ header-y += xt_quota.h | |||
| 55 | header-y += xt_rateest.h | 57 | header-y += xt_rateest.h |
| 56 | header-y += xt_realm.h | 58 | header-y += xt_realm.h |
| 57 | header-y += xt_recent.h | 59 | header-y += xt_recent.h |
| 60 | header-y += xt_set.h | ||
| 58 | header-y += xt_sctp.h | 61 | header-y += xt_sctp.h |
| 59 | header-y += xt_socket.h | 62 | header-y += xt_socket.h |
| 60 | header-y += xt_state.h | 63 | header-y += xt_state.h |
diff --git a/include/linux/netfilter/ipset/Kbuild b/include/linux/netfilter/ipset/Kbuild new file mode 100644 index 00000000000..601fe71d34d --- /dev/null +++ b/include/linux/netfilter/ipset/Kbuild | |||
| @@ -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 | ||
diff --git a/include/linux/netfilter/xt_set.h b/include/linux/netfilter/xt_set.h index 69b2bd1fb81..081f1ded284 100644 --- a/include/linux/netfilter/xt_set.h +++ b/include/linux/netfilter/xt_set.h | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #ifndef _XT_SET_H | 1 | #ifndef _XT_SET_H |
| 2 | #define _XT_SET_H | 2 | #define _XT_SET_H |
| 3 | 3 | ||
| 4 | #include <linux/types.h> | ||
| 4 | #include <linux/netfilter/ipset/ip_set.h> | 5 | #include <linux/netfilter/ipset/ip_set.h> |
| 5 | 6 | ||
| 6 | /* Revision 0 interface: backward compatible with netfilter/iptables */ | 7 | /* Revision 0 interface: backward compatible with netfilter/iptables */ |
