X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=blobdiff_plain;f=net%2Fipv6%2Fnetfilter%2FKconfig;fp=net%2Fipv6%2Fnetfilter%2FKconfig;h=2d6f8ecbc27bb421ba1ee2513ffd09f3b7c91aae;hp=4bc4e5b3379415130234b3668e19a94ccb448658;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c diff --git a/net/ipv6/netfilter/Kconfig b/net/ipv6/netfilter/Kconfig index 4bc4e5b33..2d6f8ecbc 100644 --- a/net/ipv6/netfilter/Kconfig +++ b/net/ipv6/netfilter/Kconfig @@ -87,6 +87,16 @@ config IP6_NF_MATCH_HL To compile it as a module, choose M here. If unsure, say N. +config IP6_NF_MATCH_MULTIPORT + tristate "Multiple port match support" + depends on IP6_NF_IPTABLES + help + Multiport matching allows you to match TCP or UDP packets based on + a series of source or destination ports: normally a rule can only + match a single range of ports. + + To compile it as a module, choose M here. If unsure, say N. + config IP6_NF_MATCH_OWNER tristate "Owner match support" depends on IP6_NF_IPTABLES @@ -105,11 +115,11 @@ config IP6_NF_MATCH_IPV6HEADER To compile it as a module, choose M here. If unsure, say N. -config IP6_NF_MATCH_AH - tristate "AH match support" +config IP6_NF_MATCH_AHESP + tristate "AH/ESP match support" depends on IP6_NF_IPTABLES help - This module allows one to match AH packets. + This module allows one to match AH and ESP packets. To compile it as a module, choose M here. If unsure, say N. @@ -123,6 +133,16 @@ config IP6_NF_MATCH_EUI64 To compile it as a module, choose M here. If unsure, say N. +config IP6_NF_MATCH_POLICY + tristate "IPsec policy match support" + depends on IP6_NF_IPTABLES && XFRM + help + Policy matching allows you to match packets based on the + IPsec policy that was used during decapsulation/will + be used during encapsulation. + + To compile it as a module, choose M here. If unsure, say N. + # The targets config IP6_NF_FILTER tristate "Packet filtering"