aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns/ipv6.h
diff options
context:
space:
mode:
authorDaniel Lezcano <dlezcano@fr.ibm.com>2008-03-07 11:16:55 -0800
committerDavid S. Miller <davem@davemloft.net>2008-03-07 11:16:55 -0800
commitb8ad0cbc58f703972e9e37c4e2a8081dd7e6a551 (patch)
treef4f576d4be94ea792bf075260586ab25c6507716 /include/net/netns/ipv6.h
parent[NETNS][IPV6] tcp6 - handle several network namespace (diff)
downloadlinux-dev-b8ad0cbc58f703972e9e37c4e2a8081dd7e6a551.tar.xz
linux-dev-b8ad0cbc58f703972e9e37c4e2a8081dd7e6a551.zip
[NETNS][IPV6] mcast - handle several network namespace
This patch make use of the network namespace information at the right places to handle the multicast for several network namespaces. It makes the socket control to be per namespace too. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> Signed-off-by: Benjamin Thery <benjamin.thery@bull.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/netns/ipv6.h')
-rw-r--r--include/net/netns/ipv6.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/ipv6.h b/include/net/netns/ipv6.h
index ddb9ccddcc4d..ac053be6c256 100644
--- a/include/net/netns/ipv6.h
+++ b/include/net/netns/ipv6.h
@@ -53,5 +53,6 @@ struct netns_ipv6 {
struct sock **icmp_sk;
struct sock *ndisc_sk;
struct sock *tcp_sk;
+ struct sock *igmp_sk;
};
#endif