diff --git a/net/sched/Kconfig b/net/sched/Kconfig index 8f25d35dae7b9029161c8db280e728e248692a88..697522371914c504bcdaf188515fd524758b5021 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig @@ -965,7 +965,7 @@ config NET_ACT_TUNNEL_KEY config NET_ACT_CT tristate "connection tracking tc action" - depends on NET_CLS_ACT && NF_CONNTRACK && NF_NAT && NF_FLOW_TABLE + depends on NET_CLS_ACT && NF_CONNTRACK && (!NF_NAT || NF_NAT) && NF_FLOW_TABLE help Say Y here to allow sending the packets to conntrack module.