From: Arnaldo Carvalho de Melo Date: Tue, 21 Mar 2006 06:00:37 +0000 (-0800) Subject: [DCCP] ipv6: Add missing ipv6 control socket X-Git-Tag: v2.6.17-rc1~1175^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72478873571d869906f7a250b09e12fa5b65e321;p=pandora-kernel.git [DCCP] ipv6: Add missing ipv6 control socket I guess I forgot to add it, nah, now it just works: 18:04:33.274066 IP6 ::1.1476 > ::1.5001: request (service=0) 18:04:33.334482 IP6 ::1.5001 > ::1.1476: reset (code=bad_service_code) Ditched IP_DCCP_UNLOAD_HACK, as now we would have to do it for both IPv6 and IPv4, so I'll come up with another way for freeing the control sockets in upcoming changesets. Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed