diff options
author | Paul Blakey <paulb@mellanox.com> | 2020-03-03 16:07:49 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-04 02:09:12 +0300 |
commit | c34b961a249211bdb08d03bdecfb31ff22eb002f (patch) | |
tree | 7f8254b128919bd9c0ce2cfc07e791931a03a646 /net/sched/Kconfig | |
parent | a7442ec3bf89c244328cb50a66d549e9172bad52 (diff) | |
download | linux-c34b961a249211bdb08d03bdecfb31ff22eb002f.tar.xz |
net/sched: act_ct: Create nf flow table per zone
Use the NF flow tables infrastructure for CT offload.
Create a nf flow table per zone.
Next patches will add FT entries to this table, and do
the software offload.
Signed-off-by: Paul Blakey <paulb@mellanox.com>
Reviewed-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/Kconfig')
-rw-r--r-- | net/sched/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig index edde0e519438..bfbefb7bff9d 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig @@ -972,7 +972,7 @@ config NET_ACT_TUNNEL_KEY config NET_ACT_CT tristate "connection tracking tc action" - depends on NET_CLS_ACT && NF_CONNTRACK && NF_NAT + depends on NET_CLS_ACT && NF_CONNTRACK && NF_NAT && NF_FLOW_TABLE help Say Y here to allow sending the packets to conntrack module. |