On Fri, 9 Oct 2020 11:01:01 -0700 David Ahern wrote: > Tobias reported regressions in IPsec tests following the patch > referenced by the Fixes tag below. The root cause is dropping the > reset of the flowi4_oif after the fib_lookup. Apparently it is > needed for xfrm cases, so restore the oif update to ip_route_output_flow > right before the call to xfrm_lookup_route. > > Fixes: 2fbc6e89b2f1 ("ipv4: Update exception handling for multipath routes > via same device") > Reported-by: Tobias Brunner <tob...@strongswan.org> > Signed-off-by: David Ahern <dsah...@kernel.org>
Applied and queued for stable, thank you!