]> Git Repo - linux.git/commit
[NETFILTER]: x_tables: add RATEEST target
authorPatrick McHardy <[email protected]>
Wed, 5 Dec 2007 07:40:05 +0000 (23:40 -0800)
committerDavid S. Miller <[email protected]>
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
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]
This page took 0.057908 seconds and 4 git commands to generate.