tcp: Fix MD5 signature checking on IPv4 mapped sockets
authorJohn Dykstra <john.dykstra1@gmail.com>
Thu, 16 Jul 2009 05:04:51 +0000 (05:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Jul 2009 14:49:07 +0000 (07:49 -0700)
Fix MD5 signature checking so that an IPv4 active open
to an IPv6 socket can succeed.  In particular, use the
correct address family's signature generation function
for the SYN/ACK.

Reported-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: John Dykstra <john.dykstra1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found