]> git.baikalelectronics.ru Git - kernel.git/commit
[DCCP] ipv6: Add missing ipv6 control socket
authorArnaldo Carvalho de Melo <acme@mandriva.com>
Tue, 21 Mar 2006 06:00:37 +0000 (22:00 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 06:00:37 +0000 (22:00 -0800)
commitddce31024acaa285948c1e98ec61afacf2702aa6
tree562e6179922a5eef9c1f3eb7b1bf3813a6e53545
parentc09c76ec8ce1f7a58220df063099599f951ee19f
[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 <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/Kconfig
net/dccp/ccids/ccid3.c
net/dccp/dccp.h
net/dccp/ipv4.c
net/dccp/ipv6.c
net/dccp/proto.c