commit | fd5070370c74c32b7a98090eabb46c53baf41733 | [log] [tgz] |
---|---|---|
author | KOVACS Krisztian <hidden@sch.bme.hu> | Sun Oct 19 23:35:58 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Oct 19 23:35:58 2008 -0700 |
tree | 092e6455cfc71285ca634331b81ffff8c03c4413 | |
parent | 92845ffd2a221f9f90b064ac55bb010bf27a193f [diff] |
tcp: Fix IPv6 fallout from 'Port redirection support for TCP' 'tcp: Port redirection support for TCP' (a3116ac5c) added a new member to inet_request_sock() which inet_csk_clone() makes use of but failed to add proper initialization to the IPv6 syncookie code and missed a couple of places where the new member should be used instead of inet_sk(sk)->sport. Signed-off-by: KOVACS Krisztian <hidden@sch.bme.hu> Signed-off-by: David S. Miller <davem@davemloft.net>