Skip to content
Commit 8b9229d1 authored by Pablo Neira Ayuso's avatar Pablo Neira Ayuso
Browse files

netfilter: flowtable: dst_check() from garbage collector path



Move dst_check() to the garbage collector path. Stale routes trigger the
flow entry teardown state which makes affected flows go back to the
classic forwarding path to re-evaluate flow offloading.

IPv6 requires the dst cookie to work, store it in the flow_tuple,
otherwise dst_check() always fails.

Fixes: e5075c0b ("netfilter: flowtable: call dst_check() to fall back to classic forwarding")
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 5c701e71
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment