diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2009-02-19 11:16:03 +0100 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2009-02-19 11:16:03 +0100 |
commit | 4323362e49bd10b8ff3fe5cf183fdd52662ff4a3 (patch) | |
tree | 8b14f5327c58d762f61f13d0d840bbe9b307dff6 /net/ipv4 | |
parent | 4f1c3b7e7ee4d841c8af3a074dc361d6a7a77803 (diff) | |
download | op-kernel-dev-4323362e49bd10b8ff3fe5cf183fdd52662ff4a3.zip op-kernel-dev-4323362e49bd10b8ff3fe5cf183fdd52662ff4a3.tar.gz |
netfilter: xtables: add backward-compat options
Concern has been expressed about the changing Kconfig options.
Provide the old options that forward-select.
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
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 40ad41f..f8d6180 100644 --- a/net/ipv4/netfilter/Kconfig +++ b/net/ipv4/netfilter/Kconfig @@ -92,6 +92,15 @@ config IP_NF_MATCH_ECN To compile it as a module, choose M here. If unsure, say N. +config IP_NF_MATCH_TTL + tristate '"ttl" match support' + depends on NETFILTER_ADVANCED + select NETFILTER_XT_MATCH_HL + ---help--- + This is a backwards-compat option for the user's convenience + (e.g. when running oldconfig). It selects + COFNIG_NETFILTER_XT_MATCH_HL. + # `filter', generic and specific targets config IP_NF_FILTER tristate "Packet filtering" @@ -313,6 +322,15 @@ config IP_NF_TARGET_ECN To compile it as a module, choose M here. If unsure, say N. +config IP_NF_TARGET_TTL + tristate '"TTL" target support' + depends on NETFILTER_ADVANCED + select NETFILTER_XT_TARGET_HL + ---help--- + This is a backwards-compat option for the user's convenience + (e.g. when running oldconfig). It selects + COFNIG_NETFILTER_XT_TARGET_HL. + # raw + specific targets config IP_NF_RAW tristate 'raw table support (required for NOTRACK/TRACE)' |