Message ID | cover.1684764727.git.gnault@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | ipv4: Remove RTO_ONLINK from udp, ping and raw sockets. | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Mon, 22 May 2023 16:37:50 +0200 you wrote: > udp_sendmsg(), ping_v4_sendmsg() and raw_sendmsg() use similar patterns > for restricting their route lookup to on-link hosts. Although they use > slightly different code, they all use RTO_ONLINK to override the least > significant bit of their tos value. > > RTO_ONLINK is used to restrict the route scope even when the scope is > set to RT_SCOPE_UNIVERSE. Therefore it isn't necessary: we can properly > set the scope to RT_SCOPE_LINK instead. > > [...] Here is the summary with links: - [net-next,1/3] ping: Stop using RTO_ONLINK. https://git.kernel.org/netdev/net-next/c/726de790f660 - [net-next,2/3] raw: Stop using RTO_ONLINK. https://git.kernel.org/netdev/net-next/c/c85be08fc4fa - [net-next,3/3] udp: Stop using RTO_ONLINK. https://git.kernel.org/netdev/net-next/c/0e26371db548 You are awesome, thank you!