netfilter: Kconfig rename QUEUE_CT to GLUE_CT
[deliverable/linux.git] / net / netfilter / Kconfig
index 3e1b4abf1897a5bdeca9e5fa061bd06d9b858263..d287818fe96511ff82260e5759f2ebd2a8a8d22b 100644 (file)
@@ -354,7 +354,7 @@ config NF_CT_NETLINK_HELPER
        select NETFILTER_NETLINK
        depends on NF_CT_NETLINK
        depends on NETFILTER_NETLINK_QUEUE
-       depends on NETFILTER_NETLINK_QUEUE_CT
+       depends on NETFILTER_NETLINK_GLUE_CT
        depends on NETFILTER_ADVANCED
        help
          This option enables the user-space connection tracking helpers
@@ -362,10 +362,10 @@ config NF_CT_NETLINK_HELPER
 
          If unsure, say `N'.
 
-config NETFILTER_NETLINK_QUEUE_CT
-        bool "NFQUEUE integration with Connection Tracking"
-        default n
-        depends on NETFILTER_NETLINK_QUEUE
+config NETFILTER_NETLINK_GLUE_CT
+       bool "NFQUEUE integration with Connection Tracking"
+       default n
+       depends on NETFILTER_NETLINK_QUEUE && NF_CT_NETLINK
        help
          If this option is enabled, NFQUEUE can include Connection Tracking
          information together with the packet is the enqueued via NFNETLINK.
This page took 0.028169 seconds and 5 git commands to generate.