From: Herbert Xu Date: Mon, 13 Mar 2006 22:26:12 +0000 (-0800) Subject: [TCP]: Fix zero port problem in IPv6 X-Git-Tag: v2.6.16~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3759fa9c55923f719ae944a3f8fbb029b36f759d;p=pandora-kernel.git [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 --- Reading git-diff-tree failed