diff options
author | Jeffrey Altman <[email protected]> | 2024-04-19 13:30:57 -0300 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-05-01 14:49:56 -0700 |
commit | 8953285d7bd63c12b007432a9b4587fa2fad49fb (patch) | |
tree | f872de11c157ce1c2ca4cee062ee2f1e12895e86 /net/tipc/msg.c | |
parent | d091e579b864fa790dd6a0cd537a22c383126681 (diff) |
rxrpc: Clients must accept conn from any address
The find connection logic of Transarc's Rx was modified in the mid-1990s
to support multi-homed servers which might send a response packet from
an address other than the destination address in the received packet.
The rules for accepting a packet by an Rx initiator (RX_CLIENT_CONNECTION)
were altered to permit acceptance of a packet from any address provided
that the port number was unchanged and all of the connection identifiers
matched (Epoch, CID, SecurityClass, ...).
This change applies the same rules to the Linux implementation which makes
it consistent with IBM AFS 3.6, Arla, OpenAFS and AuriStorFS.
Fixes: 17926a79320a ("[AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel both")
Signed-off-by: Jeffrey Altman <[email protected]>
Acked-by: David Howells <[email protected]>
Signed-off-by: Marc Dionne <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/tipc/msg.c')
0 files changed, 0 insertions, 0 deletions