- patches.kernel.org/patch-2.6.15-git8: Update to 2.6.5-git8
[linux-flexiantxendom0-3.2.10.git] / net / ipv4 / netfilter / Kconfig
index 5721320..de22573 100644 (file)
@@ -231,16 +231,6 @@ config IP_NF_MATCH_PKTTYPE
 
          To compile it as a module, choose M here.  If unsure, say N.
 
-config IP_NF_MATCH_POLICY
-       tristate "IPsec policy match support"
-       depends on IP_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.
-
 config IP_NF_MATCH_MARK
        tristate "netfilter MARK match support"
        depends on IP_NF_IPTABLES
@@ -497,6 +487,16 @@ config IP_NF_MATCH_STRING
 
          To compile it as a module, choose M here.  If unsure, say N.
 
+config IP_NF_MATCH_POLICY
+       tristate "IPsec policy match support"
+       depends on IP_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.
+
 config IP_NF_MATCH_IPV4OPTIONS
        tristate  'IPV4OPTIONS match support'
        depends on IP_NF_IPTABLES