diff options
author | Guillaume Nault <gnault@redhat.com> | 2023-05-22 16:38:02 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-05-24 08:22:06 +0100 |
commit | c85be08fc4fa44f07167be0377ebaa8d36b1dd58 (patch) | |
tree | 236709422c9ac32726f8819f85cf22226ef3e360 /net/ipv4/udp.c | |
parent | 726de790f66029a7654b3e748f8d3e7888a30ae5 (diff) | |
download | linux-c85be08fc4fa44f07167be0377ebaa8d36b1dd58.tar.gz linux-c85be08fc4fa44f07167be0377ebaa8d36b1dd58.tar.bz2 linux-c85be08fc4fa44f07167be0377ebaa8d36b1dd58.zip |
raw: Stop using RTO_ONLINK.
Use ip_sendmsg_scope() to properly initialise the scope in
flowi4_init_output(), instead of overriding tos with the RTO_ONLINK
flag. The objective is to eventually remove RTO_ONLINK, which will
allow converting .flowi4_tos to dscp_t.
The MSG_DONTROUTE and SOCK_LOCALROUTE cases were already handled by
raw_sendmsg() (SOCK_LOCALROUTE was handled by the RT_CONN_FLAGS*()
macros called by get_rtconn_flags()). However, opt.is_strictroute
wasn't taken into account. Therefore, a side effect of this patch is to
now honour opt.is_strictroute, and thus align raw_sendmsg() with
ping_v4_sendmsg() and udp_sendmsg().
Since raw_sendmsg() was the only user of get_rtconn_flags(), we can now
remove this function.
Signed-off-by: Guillaume Nault <gnault@redhat.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/udp.c')
0 files changed, 0 insertions, 0 deletions