Skip to content
Commit c0353c7b authored by Aydin Arik's avatar Aydin Arik Committed by David S. Miller
Browse files

ipv4: Fixed MD5 key lookups when adding/ removing MD5 to/ from TCP sockets.



MD5 key lookups on a given TCP socket were being performed
incorrectly. This fix alters parameter inputs to the MD5
lookup function tcp_md5_do_lookup, which is called by functions
tcp_md5_do_add and tcp_md5_do_del. Specifically, the change now
inputs the correct address and address family required to make
a proper lookup.

Signed-off-by: default avatarAydin Arik <aydin.arik@alliedtelesis.co.nz>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f5351ef7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment