]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv6/netfilter/Kconfig
netfilter: xtables: add backward-compat options
[linux-2.6-omap-h63xx.git] / net / ipv6 / netfilter / Kconfig
index 4a8d7ecd6d097cd7f0e7f875b85bd64a2c2cd352..625353a5fe18dec8be40fb4318bb272c9b9eff4a 100644 (file)
@@ -94,6 +94,15 @@ config IP6_NF_MATCH_OPTS
 
          To compile it as a module, choose M here.  If unsure, say N.
 
+config IP6_NF_MATCH_HL
+       tristate '"hl" hoplimit 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.
+
 config IP6_NF_MATCH_IPV6HEADER
        tristate '"ipv6header" IPv6 Extension Headers Match'
        default m if NETFILTER_ADVANCED=n
@@ -121,6 +130,15 @@ config IP6_NF_MATCH_RT
          To compile it as a module, choose M here.  If unsure, say N.
 
 # The targets
+config IP6_NF_TARGET_HL
+       tristate '"HL" hoplimit 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.
+
 config IP6_NF_TARGET_LOG
        tristate "LOG target support"
        default m if NETFILTER_ADVANCED=n