Skip to content
Commit fb022d7b authored by Christian Hopps's avatar Christian Hopps Committed by Greg Kroah-Hartman
Browse files

xfrm: fix bug with DSCP copy to v6 from v4 tunnel

[ Upstream commit 6028da3f ]

When copying the DSCP bits for decap-dscp into IPv6 don't assume the
outer encap is always IPv6. Instead, as with the inner IPv4 case, copy
the DSCP bits from the correctly saved "tos" value in the control block.

Fixes: 227620e2

 ("[IPSEC]: Separate inner/outer mode processing on input")
Signed-off-by: default avatarChristian Hopps <chopps@chopps.org>
Acked-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: default avatarSteffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 6fe1ad42
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