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)
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>

Trivial merge