summaryrefslogtreecommitdiffstats
path: root/net/netfilter/Kconfig
diff options
context:
space:
mode:
authorPatrick McHardy2006-05-30 03:20:32 +0200
committerDavid S. Miller2006-06-18 06:28:49 +0200
commit62b7743483b402f8fb73545d5d487ca714e82766 (patch)
treef90e434e85c1f4391ad46310ee128ce25c1dca57 /net/netfilter/Kconfig
parent[NETFILTER]: x_tables: add SCTP/DCCP support where missing (diff)
downloadkernel-qcow2-linux-62b7743483b402f8fb73545d5d487ca714e82766.tar.gz
kernel-qcow2-linux-62b7743483b402f8fb73545d5d487ca714e82766.tar.xz
kernel-qcow2-linux-62b7743483b402f8fb73545d5d487ca714e82766.zip
[NETFILTER]: x_tables: add quota match
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netfilter/Kconfig')
-rw-r--r--net/netfilter/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig
index e2893effdfaa..5543c7b74535 100644
--- a/net/netfilter/Kconfig
+++ b/net/netfilter/Kconfig
@@ -329,6 +329,16 @@ config NETFILTER_XT_MATCH_PKTTYPE
To compile it as a module, choose M here. If unsure, say N.
+config NETFILTER_XT_MATCH_QUOTA
+ tristate '"quota" match support'
+ depends on NETFILTER_XTABLES
+ help
+ This option adds a `quota' match, which allows to match on a
+ byte counter.
+
+ If you want to compile it as a module, say M here and read
+ <file:Documentation/modules.txt>. If unsure, say `N'.
+
config NETFILTER_XT_MATCH_REALM
tristate '"realm" match support'
depends on NETFILTER_XTABLES