Skip to content
Commit 2565ff4e authored by Jakub Kicinski's avatar Jakub Kicinski
Browse files

Merge branch 'ipv4-ensure-ecn-bits-don-t-influence-source-address-validation'



Guillaume Nault says:

====================
ipv4: Ensure ECN bits don't influence source address validation

Functions that end up calling fib_table_lookup() should clear the ECN
bits from the TOS, otherwise ECT(0) and ECT(1) packets can be treated
differently.

Most functions already clear the ECN bits, but there are a few cases
where this is not done. This series only fixes the ones related to
source address validation.
====================

Link: https://lore.kernel.org/r/cover.1610790904.git.gnault@redhat.com
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parents f7b9820d 2e5a6266
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