]> err.no Git - linux-2.6/commit
[NETFILTER]: x_tables: add RATEEST target
authorPatrick McHardy <kaber@trash.net>
Wed, 5 Dec 2007 07:40:05 +0000 (23:40 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:56:02 +0000 (14:56 -0800)
commit5859034d7eb8793d3d78d3af515c4175e7b9d03a
treefbd0efe0424d9ef9dbe2a57b905bcd413c4cb0bc
parentcb76c6a597350534d211ba79d92da1f9771f8226
[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>
include/linux/netfilter/Kbuild
include/linux/netfilter/xt_RATEEST.h [new file with mode: 0644]
include/net/netfilter/xt_rateest.h [new file with mode: 0644]
net/netfilter/Kconfig
net/netfilter/Makefile
net/netfilter/xt_RATEEST.c [new file with mode: 0644]