]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv6/netfilter/Kconfig
netfilter: Combine ipt_ttl and ip6t_hl source
[linux-2.6-omap-h63xx.git] / net / ipv6 / netfilter / Kconfig
index 53ea512c46089bf286984250140835fa4fd15ded..4a8d7ecd6d097cd7f0e7f875b85bd64a2c2cd352 100644 (file)
@@ -94,15 +94,6 @@ 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" match support'
-       depends on NETFILTER_ADVANCED
-       help
-         HL matching allows you to match packets based on the hop
-         limit of the packet.
-
-         To compile it as a module, choose M here.  If unsure, say N.
-
 config IP6_NF_MATCH_IPV6HEADER
        tristate '"ipv6header" IPv6 Extension Headers Match'
        default m if NETFILTER_ADVANCED=n
@@ -170,23 +161,6 @@ config IP6_NF_MANGLE
 
          To compile it as a module, choose M here.  If unsure, say N.
 
-config IP6_NF_TARGET_HL
-       tristate  'HL (hoplimit) target support'
-       depends on IP6_NF_MANGLE
-       depends on NETFILTER_ADVANCED
-       help
-         This option adds a `HL' target, which enables the user to decrement
-         the hoplimit value of the IPv6 header or set it to a given (lower)
-         value.
-
-         While it is safe to decrement the hoplimit value, this option also
-         enables functionality to increment and set the hoplimit value of the
-         IPv6 header to arbitrary values.  This is EXTREMELY DANGEROUS since
-         you can easily create immortal packets that loop forever on the
-         network.
-
-         To compile it as a module, choose M here.  If unsure, say N.
-
 config IP6_NF_RAW
        tristate  'raw table support (required for TRACE)'
        depends on NETFILTER_ADVANCED