Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
After the blamed commit below, udp_rehash() is supposed to be called with both local and remote addresses set. Currently that is already the case for IPv6 sockets, but for IPv4 the destination address is updated after rehashing. Address the issue moving the destination address and port initialization before rehashing. Fixes: 1b29a73 ("ipv6/udp: Add 4-tuple hash for connected socket") Reviewed-by: Eric Dumazet <[email protected]> Link: https://patch.msgid.link/4761e466ab9f7542c68cdc95f248987d127044d2.1733499715.git.pabeni@redhat.com Signed-off-by: Paolo Abeni <[email protected]>
- Loading branch information