On 4/19/22 7:47 AM, Martin Willi wrote: > The commit referenced below fixed packet re-routing if Netfilter mangles > a routing key property of a packet and the packet is routed in a VRF L3 > domain. The fix, however, addressed IPv4 re-routing, only. > > This commit applies the same behavior for IPv6. While at it, untangle > the nested ternary operator to make the code more readable. > > Fixes: 6d8b49c3a3a3 ("netfilter: Update ip_route_me_harder to consider L3 domain") > Cc: stable@xxxxxxxxxxxxxxx > Signed-off-by: Martin Willi <martin@xxxxxxxxxxxxxx> > --- > net/ipv6/netfilter.c | 10 ++++++++-- > 1 file changed, 8 insertions(+), 2 deletions(-) > Reviewed-by: David Ahern <dsahern@xxxxxxxxxx>