Skip to content
Commit 2471c981 authored by Steffen Klassert's avatar Steffen Klassert
Browse files

xfrm: Fix policy hold queue after flowcache removal.

Now that the flowcache is removed we need to generate
a new dummy bundle every time we check if the needed
SAs are in place because the dummy bundle is not cached
anymore. Fix it by passing the XFRM_LOOKUP_QUEUE flag
to xfrm_lookup(). This makes sure that we get a dummy
bundle in case the SAs are not yet in place.

Fixes: 3ca28286

 ("xfrm_policy: bypass flow_cache_lookup")
Signed-off-by: default avatarSteffen Klassert <steffen.klassert@secunet.com>
parent 19d7df69
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