netfilter: flowtable: call dst_check() to fall back to classic forwarding
authorPablo Neira Ayuso <pablo@netfilter.org>
Wed, 17 Mar 2021 14:55:28 +0000 (15:55 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 17 Mar 2021 23:44:00 +0000 (00:44 +0100)
commite5075c0badaaac245a6fa0b4625b5cd714d8ade3
treecb1bf1a3c9496c451279a7c0cb54983cf2030de6
parentf4401262b927b84d2f1861e347627fa0d77d4eb7
netfilter: flowtable: call dst_check() to fall back to classic forwarding

In case the route is stale, pass up the packet to the classic forwarding
path for re-evaluation and schedule this flow entry for removal.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_flow_table_ip.c