summaryrefslogtreecommitdiff
path: root/include/linux/netfilter/Kbuild
diff options
context:
space:
mode:
authorHannes Eder <heder@google.com>2010-07-23 10:42:58 (GMT)
committerPatrick McHardy <kaber@trash.net>2010-07-23 10:42:58 (GMT)
commit9c3e1c39679144c250dda95098333ecb5f1f407a (patch)
tree3a734fdf60ff07d46a14cbc0a67c134e6cfe0e80 /include/linux/netfilter/Kbuild
parent22cb516696304a9b85892b18c483a27d97cfa51b (diff)
downloadlinux-fsl-qoriq-9c3e1c39679144c250dda95098333ecb5f1f407a.tar.xz
netfilter: xt_ipvs (netfilter matcher for IPVS)
This implements the kernel-space side of the netfilter matcher xt_ipvs. [ minor fixes by Simon Horman <horms@verge.net.au> ] Signed-off-by: Hannes Eder <heder@google.com> Signed-off-by: Simon Horman <horms@verge.net.au> [ Patrick: added xt_ipvs.h to Kbuild ] Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/linux/netfilter/Kbuild')
-rw-r--r--include/linux/netfilter/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netfilter/Kbuild b/include/linux/netfilter/Kbuild
index b93b64d..0cb62c8 100644
--- a/include/linux/netfilter/Kbuild
+++ b/include/linux/netfilter/Kbuild
@@ -31,6 +31,7 @@ header-y += xt_dscp.h
header-y += xt_esp.h
header-y += xt_hashlimit.h
header-y += xt_iprange.h
+header-y += xt_ipvs.h
header-y += xt_helper.h
header-y += xt_length.h
header-y += xt_limit.h