commit | 3759fa9c55923f719ae944a3f8fbb029b36f759d | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Mon Mar 13 14:26:12 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 13 14:26:12 2006 -0800 |
tree | ca48147798cd6a02edf64290dcf14c7681ab88cc | |
parent | c33d4568aca9028a22857f94f5e0850012b6444b [diff] |
[TCP]: Fix zero port problem in IPv6 When we link a socket into the hash table, we need to make sure that we set the num/port fields so that it shows us with a non-zero port value in proc/netlink and on the wire. This code and comment is copied over from the IPv4 stack as is. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>