Commit b26e76b7 authored by Patrick McHardy's avatar Patrick McHardy Committed by David S. Miller

[NETFILTER]: Hide a few more options under NETFILTER_ADVANCED

Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7f9b8052
...@@ -378,6 +378,7 @@ config NETFILTER_XT_TARGET_NOTRACK ...@@ -378,6 +378,7 @@ config NETFILTER_XT_TARGET_NOTRACK
config NETFILTER_XT_TARGET_RATEEST config NETFILTER_XT_TARGET_RATEEST
tristate '"RATEEST" target support' tristate '"RATEEST" target support'
depends on NETFILTER_XTABLES depends on NETFILTER_XTABLES
depends on NETFILTER_ADVANCED
help help
This option adds a `RATEEST' target, which allows to measure This option adds a `RATEEST' target, which allows to measure
rates similar to TC estimators. The `rateest' match can be rates similar to TC estimators. The `rateest' match can be
...@@ -676,6 +677,7 @@ config NETFILTER_XT_MATCH_QUOTA ...@@ -676,6 +677,7 @@ config NETFILTER_XT_MATCH_QUOTA
config NETFILTER_XT_MATCH_RATEEST config NETFILTER_XT_MATCH_RATEEST
tristate '"rateest" match support' tristate '"rateest" match support'
depends on NETFILTER_XTABLES depends on NETFILTER_XTABLES
depends on NETFILTER_ADVANCED
select NETFILTER_XT_TARGET_RATEEST select NETFILTER_XT_TARGET_RATEEST
help help
This option adds a `rateest' match, which allows to match on the This option adds a `rateest' match, which allows to match on the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment