Merge branch 'ipv4-remove-rt_conn_flags-calls-in-flowi4_init_output'
authorJakub Kicinski <kuba@kernel.org>
Wed, 7 Jun 2023 04:13:04 +0000 (21:13 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 7 Jun 2023 04:13:05 +0000 (21:13 -0700)
commitbe1f4a262b43576a6a81490b97ab19a6763f8c75
treef373b5b6180bd75f2773500c0c01c4ca8561d098
parentfe109f6b6378a7d26231474ca0acb7d028cbaa70
parent6f8a76f8022121f7e4dc9cc29da7fb716b7db45f
Merge branch 'ipv4-remove-rt_conn_flags-calls-in-flowi4_init_output'

Guillaume Nault says:

====================
ipv4: Remove RT_CONN_FLAGS() calls in flowi4_init_output().

Remove a few RT_CONN_FLAGS() calls used inside flowi4_init_output().
These users can be easily converted to set the scope properly, instead
of overloading the tos parameter with scope information as done by
RT_CONN_FLAGS().

The objective is to eventually remove RT_CONN_FLAGS() entirely, which
will then allow to also remove RTO_ONLINK and to finally convert
->flowi4_tos to dscp_t.
====================

Link: https://lore.kernel.org/r/cover.1685999117.git.gnault@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>