summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/Kbuild
diff options
context:
space:
mode:
authorPatrick McHardy2007-12-05 08:40:05 +0100
committerDavid S. Miller2008-01-28 23:56:02 +0100
commit5859034d7eb8793d3d78d3af515c4175e7b9d03a (patch)
treefbd0efe0424d9ef9dbe2a57b905bcd413c4cb0bc /include/linux/netfilter/Kbuild
parent[NETFILTER]: ip_tables: remove obsolete SAME target (diff)
downloadkernel-qcow2-linux-5859034d7eb8793d3d78d3af515c4175e7b9d03a.tar.gz
kernel-qcow2-linux-5859034d7eb8793d3d78d3af515c4175e7b9d03a.tar.xz
kernel-qcow2-linux-5859034d7eb8793d3d78d3af515c4175e7b9d03a.zip
[NETFILTER]: x_tables: add RATEEST target
Add new rate estimator target (using gen_estimator). In combination with the rateest match (next patch) this can be used for load-based multipath routing. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.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 1e6900278318..707a15854430 100644
--- a/include/linux/netfilter/Kbuild
+++ b/include/linux/netfilter/Kbuild
@@ -10,6 +10,7 @@ header-y += xt_DSCP.h
header-y += xt_MARK.h
header-y += xt_NFLOG.h
header-y += xt_NFQUEUE.h
+header-y += xt_RATEEST.h
header-y += xt_SECMARK.h
header-y += xt_TCPMSS.h
header-y += xt_comment.h