diff options
Diffstat (limited to '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 | |||
378 | config NETFILTER_XT_TARGET_RATEEST | 378 | config NETFILTER_XT_TARGET_RATEEST |
379 | tristate '"RATEEST" target support' | 379 | tristate '"RATEEST" target support' |
380 | depends on NETFILTER_XTABLES | 380 | depends on NETFILTER_XTABLES |
381 | depends on NETFILTER_ADVANCED | ||
381 | help | 382 | help |
382 | This option adds a `RATEEST' target, which allows to measure | 383 | This option adds a `RATEEST' target, which allows to measure |
383 | rates similar to TC estimators. The `rateest' match can be | 384 | rates similar to TC estimators. The `rateest' match can be |
@@ -676,6 +677,7 @@ config NETFILTER_XT_MATCH_QUOTA | |||
676 | config NETFILTER_XT_MATCH_RATEEST | 677 | config NETFILTER_XT_MATCH_RATEEST |
677 | tristate '"rateest" match support' | 678 | tristate '"rateest" match support' |
678 | depends on NETFILTER_XTABLES | 679 | depends on NETFILTER_XTABLES |
680 | depends on NETFILTER_ADVANCED | ||
679 | select NETFILTER_XT_TARGET_RATEEST | 681 | select NETFILTER_XT_TARGET_RATEEST |
680 | help | 682 | help |
681 | This option adds a `rateest' match, which allows to match on the | 683 | This option adds a `rateest' match, which allows to match on the |