]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[NETNS][DCCPV6]: Actually create ctl socket on each net and use it.
authorPavel Emelyanov <xemul@openvz.org>
Mon, 14 Apr 2008 05:32:45 +0000 (22:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Apr 2008 05:32:45 +0000 (22:32 -0700)
commit334527d3511ecbffca68d6c8f75046262510cf41
treeff57da540599a21bb547f01631c474b189837fa1
parent0204774191d3e7bc69e3ae6bbf328b635607505a
[NETNS][DCCPV6]: Actually create ctl socket on each net and use it.

Move the call to inet_ctl_sock_create to init callback (and
inet_ctl_sock_destroy to exit one) and use proper ctl sock
in dccp_v6_ctl_send_reset.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/ipv6.c