diff options
author | Patrick McHardy <kaber@trash.net> | 2008-01-15 08:30:56 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-29 00:02:16 +0100 |
commit | b26e76b7ce35b673deafab4a40eb33db6f81036f (patch) | |
tree | ed5548e55f216cda38b92389aa4147e3f7a3d4d1 | |
parent | [IPV4]: fib hash|trie initialization (diff) | |
download | linux-b26e76b7ce35b673deafab4a40eb33db6f81036f.tar.xz linux-b26e76b7ce35b673deafab4a40eb33db6f81036f.zip |
[NETFILTER]: Hide a few more options under NETFILTER_ADVANCED
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/netfilter/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index 96dbe9f56bcd..a711b423eb87 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig @@ -378,6 +378,7 @@ config NETFILTER_XT_TARGET_NOTRACK config NETFILTER_XT_TARGET_RATEEST tristate '"RATEEST" target support' depends on NETFILTER_XTABLES + depends on NETFILTER_ADVANCED help This option adds a `RATEEST' target, which allows to measure rates similar to TC estimators. The `rateest' match can be @@ -676,6 +677,7 @@ config NETFILTER_XT_MATCH_QUOTA config NETFILTER_XT_MATCH_RATEEST tristate '"rateest" match support' depends on NETFILTER_XTABLES + depends on NETFILTER_ADVANCED select NETFILTER_XT_TARGET_RATEEST help This option adds a `rateest' match, which allows to match on the |