aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2016-06-17 12:54:18 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2016-06-17 13:47:28 +0200
commit8f45927c3cae4db85887700e5415286f766cbaf9 (patch)
tree9785de75359fd9d605c32e31c27f109108919b34 /include/uapi
parentnetfilter: nf_tables: fix a wrong check to skip the inactive rules (diff)
downloadlinux-dev-8f45927c3cae4db85887700e5415286f766cbaf9.tar.xz
linux-dev-8f45927c3cae4db85887700e5415286f766cbaf9.zip
netfilter: xt_SYNPROXY: add missing header to Kbuild
Matt Whitlock says: Without this line, the file xt_SYNPROXY.h does not get installed in /usr/include/linux/netfilter/, and thus user-space programs cannot make use of it. Reported-by: Matt Whitlock <kernel@mattwhitlock.name> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/netfilter/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/netfilter/Kbuild b/include/uapi/linux/netfilter/Kbuild
index 1d973d2ba417..cd26d7a0fd07 100644
--- a/include/uapi/linux/netfilter/Kbuild
+++ b/include/uapi/linux/netfilter/Kbuild
@@ -33,6 +33,7 @@ header-y += xt_NFLOG.h
header-y += xt_NFQUEUE.h
header-y += xt_RATEEST.h
header-y += xt_SECMARK.h
+header-y += xt_SYNPROXY.h
header-y += xt_TCPMSS.h
header-y += xt_TCPOPTSTRIP.h
header-y += xt_TEE.h