diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2009-02-24 09:23:58 -0500 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2009-02-24 09:23:58 -0500 |
commit | d060ffc1840e37100628f520e66600c5ae483b44 (patch) | |
tree | a18e98a4fc345e18a33fe782bc546ec9aca453e7 /include/linux | |
parent | 7d1e04598e5e92527840b6889fb75b4b30fdd33b (diff) |
netfilter: install missing headers
iptables imports headers from (the unifdefed headers of a)
kernel tree, but some headers happened to not be installed.
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/netfilter/Kbuild | 6 | ||||
-rw-r--r-- | include/linux/netfilter_ipv6/Kbuild | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/netfilter/Kbuild b/include/linux/netfilter/Kbuild index deeaee5c83f2..947b47d7f6c0 100644 --- a/include/linux/netfilter/Kbuild +++ b/include/linux/netfilter/Kbuild | |||
@@ -14,8 +14,11 @@ header-y += xt_NFQUEUE.h | |||
14 | header-y += xt_RATEEST.h | 14 | header-y += xt_RATEEST.h |
15 | header-y += xt_SECMARK.h | 15 | header-y += xt_SECMARK.h |
16 | header-y += xt_TCPMSS.h | 16 | header-y += xt_TCPMSS.h |
17 | header-y += xt_TCPOPTSTRIP.h | ||
18 | header-y += xt_TPROXY.h | ||
17 | header-y += xt_comment.h | 19 | header-y += xt_comment.h |
18 | header-y += xt_connbytes.h | 20 | header-y += xt_connbytes.h |
21 | header-y += xt_connlimit.h | ||
19 | header-y += xt_connmark.h | 22 | header-y += xt_connmark.h |
20 | header-y += xt_conntrack.h | 23 | header-y += xt_conntrack.h |
21 | header-y += xt_dccp.h | 24 | header-y += xt_dccp.h |
@@ -31,6 +34,7 @@ header-y += xt_mark.h | |||
31 | header-y += xt_multiport.h | 34 | header-y += xt_multiport.h |
32 | header-y += xt_owner.h | 35 | header-y += xt_owner.h |
33 | header-y += xt_pkttype.h | 36 | header-y += xt_pkttype.h |
37 | header-y += xt_quota.h | ||
34 | header-y += xt_rateest.h | 38 | header-y += xt_rateest.h |
35 | header-y += xt_realm.h | 39 | header-y += xt_realm.h |
36 | header-y += xt_recent.h | 40 | header-y += xt_recent.h |
@@ -40,6 +44,8 @@ header-y += xt_statistic.h | |||
40 | header-y += xt_string.h | 44 | header-y += xt_string.h |
41 | header-y += xt_tcpmss.h | 45 | header-y += xt_tcpmss.h |
42 | header-y += xt_tcpudp.h | 46 | header-y += xt_tcpudp.h |
47 | header-y += xt_time.h | ||
48 | header-y += xt_u32.h | ||
43 | 49 | ||
44 | unifdef-y += nf_conntrack_common.h | 50 | unifdef-y += nf_conntrack_common.h |
45 | unifdef-y += nf_conntrack_ftp.h | 51 | unifdef-y += nf_conntrack_ftp.h |
diff --git a/include/linux/netfilter_ipv6/Kbuild b/include/linux/netfilter_ipv6/Kbuild index 8887a5fcd1d0..aca4bd1f6d7c 100644 --- a/include/linux/netfilter_ipv6/Kbuild +++ b/include/linux/netfilter_ipv6/Kbuild | |||
@@ -11,6 +11,7 @@ header-y += ip6t_length.h | |||
11 | header-y += ip6t_limit.h | 11 | header-y += ip6t_limit.h |
12 | header-y += ip6t_mac.h | 12 | header-y += ip6t_mac.h |
13 | header-y += ip6t_mark.h | 13 | header-y += ip6t_mark.h |
14 | header-y += ip6t_mh.h | ||
14 | header-y += ip6t_multiport.h | 15 | header-y += ip6t_multiport.h |
15 | header-y += ip6t_opts.h | 16 | header-y += ip6t_opts.h |
16 | header-y += ip6t_owner.h | 17 | header-y += ip6t_owner.h |