From 7a0b05dc7ecbd6faa725335c651ca5e5b7964fc0 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Tue, 27 Jun 2006 03:02:14 -0700 Subject: [PATCH] --- yaml --- r: 31326 b: refs/heads/master c: 68c1692e3ea5d79f24cb5cc566c4a73939d13d25 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/netfilter/Kconfig | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 99f2c2c9fe13..d6774fae0214 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ef47c6a7b8e36e3b160433673b1b68db799aabcd +refs/heads/master: 68c1692e3ea5d79f24cb5cc566c4a73939d13d25 diff --git a/trunk/net/netfilter/Kconfig b/trunk/net/netfilter/Kconfig index b1622b7de1cf..42a178aa30f9 100644 --- a/trunk/net/netfilter/Kconfig +++ b/trunk/net/netfilter/Kconfig @@ -411,7 +411,10 @@ config NETFILTER_XT_MATCH_STATISTIC tristate '"statistic" match support' depends on NETFILTER_XTABLES help - statistic module + This option adds a `statistic' match, which allows you to match + on packets periodically or randomly with a given percentage. + + To compile it as a module, choose M here. If unsure, say N. config NETFILTER_XT_MATCH_STRING tristate '"string" match support'