]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1b2dfb73ae7ad1a6edaba47b96f97a962139c43d
treec7093714b6d55f7aec0fa852fa0510ff0e4c5830
parent54795ced2c858d95edb02fb1a703ece01db30bb7
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