netfilter: flowtable: remove dying bit, use teardown bit instead
authorPablo Neira Ayuso <pablo@netfilter.org>
Sun, 5 Jan 2020 21:00:57 +0000 (22:00 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 16 Jan 2020 14:51:49 +0000 (15:51 +0100)
commit445db8d09659eb27bcd5920cb91d91686f0197d0
treec7093714b6d55f7aec0fa852fa0510ff0e4c5830
parent87265d842c59d93798b380afe3288a2bdc19bcd9
netfilter: flowtable: remove dying bit, use teardown bit instead

The dying bit removes the conntrack entry if the netdev that owns this
flow is going down. Instead, use the teardown mechanism to push back the
flow to conntrack to let the classic software path decide what to do
with it.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/netfilter/nf_flow_table.h
net/netfilter/nf_flow_table_core.c