diff options
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/netfilter/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig index 40ad41f19b72..f8d6180938d5 100644 --- a/net/ipv4/netfilter/Kconfig +++ b/net/ipv4/netfilter/Kconfig | |||
@@ -92,6 +92,15 @@ config IP_NF_MATCH_ECN | |||
92 | 92 | ||
93 | To compile it as a module, choose M here. If unsure, say N. | 93 | To compile it as a module, choose M here. If unsure, say N. |
94 | 94 | ||
95 | config IP_NF_MATCH_TTL | ||
96 | tristate '"ttl" match support' | ||
97 | depends on NETFILTER_ADVANCED | ||
98 | select NETFILTER_XT_MATCH_HL | ||
99 | ---help--- | ||
100 | This is a backwards-compat option for the user's convenience | ||
101 | (e.g. when running oldconfig). It selects | ||
102 | COFNIG_NETFILTER_XT_MATCH_HL. | ||
103 | |||
95 | # `filter', generic and specific targets | 104 | # `filter', generic and specific targets |
96 | config IP_NF_FILTER | 105 | config IP_NF_FILTER |
97 | tristate "Packet filtering" | 106 | tristate "Packet filtering" |
@@ -313,6 +322,15 @@ config IP_NF_TARGET_ECN | |||
313 | 322 | ||
314 | To compile it as a module, choose M here. If unsure, say N. | 323 | To compile it as a module, choose M here. If unsure, say N. |
315 | 324 | ||
325 | config IP_NF_TARGET_TTL | ||
326 | tristate '"TTL" target support' | ||
327 | depends on NETFILTER_ADVANCED | ||
328 | select NETFILTER_XT_TARGET_HL | ||
329 | ---help--- | ||
330 | This is a backwards-compat option for the user's convenience | ||
331 | (e.g. when running oldconfig). It selects | ||
332 | COFNIG_NETFILTER_XT_TARGET_HL. | ||
333 | |||
316 | # raw + specific targets | 334 | # raw + specific targets |
317 | config IP_NF_RAW | 335 | config IP_NF_RAW |
318 | tristate 'raw table support (required for NOTRACK/TRACE)' | 336 | tristate 'raw table support (required for NOTRACK/TRACE)' |