aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-02-24 09:23:58 -0500
committerPatrick McHardy <kaber@trash.net>2009-02-24 09:23:58 -0500
commitd060ffc1840e37100628f520e66600c5ae483b44 (patch)
treea18e98a4fc345e18a33fe782bc546ec9aca453e7 /include/linux
parent7d1e04598e5e92527840b6889fb75b4b30fdd33b (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/Kbuild6
-rw-r--r--include/linux/netfilter_ipv6/Kbuild1
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
14header-y += xt_RATEEST.h 14header-y += xt_RATEEST.h
15header-y += xt_SECMARK.h 15header-y += xt_SECMARK.h
16header-y += xt_TCPMSS.h 16header-y += xt_TCPMSS.h
17header-y += xt_TCPOPTSTRIP.h
18header-y += xt_TPROXY.h
17header-y += xt_comment.h 19header-y += xt_comment.h
18header-y += xt_connbytes.h 20header-y += xt_connbytes.h
21header-y += xt_connlimit.h
19header-y += xt_connmark.h 22header-y += xt_connmark.h
20header-y += xt_conntrack.h 23header-y += xt_conntrack.h
21header-y += xt_dccp.h 24header-y += xt_dccp.h
@@ -31,6 +34,7 @@ header-y += xt_mark.h
31header-y += xt_multiport.h 34header-y += xt_multiport.h
32header-y += xt_owner.h 35header-y += xt_owner.h
33header-y += xt_pkttype.h 36header-y += xt_pkttype.h
37header-y += xt_quota.h
34header-y += xt_rateest.h 38header-y += xt_rateest.h
35header-y += xt_realm.h 39header-y += xt_realm.h
36header-y += xt_recent.h 40header-y += xt_recent.h
@@ -40,6 +44,8 @@ header-y += xt_statistic.h
40header-y += xt_string.h 44header-y += xt_string.h
41header-y += xt_tcpmss.h 45header-y += xt_tcpmss.h
42header-y += xt_tcpudp.h 46header-y += xt_tcpudp.h
47header-y += xt_time.h
48header-y += xt_u32.h
43 49
44unifdef-y += nf_conntrack_common.h 50unifdef-y += nf_conntrack_common.h
45unifdef-y += nf_conntrack_ftp.h 51unifdef-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
11header-y += ip6t_limit.h 11header-y += ip6t_limit.h
12header-y += ip6t_mac.h 12header-y += ip6t_mac.h
13header-y += ip6t_mark.h 13header-y += ip6t_mark.h
14header-y += ip6t_mh.h
14header-y += ip6t_multiport.h 15header-y += ip6t_multiport.h
15header-y += ip6t_opts.h 16header-y += ip6t_opts.h
16header-y += ip6t_owner.h 17header-y += ip6t_owner.h