diff options
author | Daniel Lezcano <dlezcano@fr.ibm.com> | 2008-03-07 14:16:55 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-03-07 14:16:55 -0500 |
commit | b8ad0cbc58f703972e9e37c4e2a8081dd7e6a551 (patch) | |
tree | f4f576d4be94ea792bf075260586ab25c6507716 /include/net/netns | |
parent | e504799276e53045a9b597f24c1b456552482f63 (diff) |
[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')
-rw-r--r-- | include/net/netns/ipv6.h | 1 |
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 { | |||
53 | struct sock **icmp_sk; | 53 | struct sock **icmp_sk; |
54 | struct sock *ndisc_sk; | 54 | struct sock *ndisc_sk; |
55 | struct sock *tcp_sk; | 55 | struct sock *tcp_sk; |
56 | struct sock *igmp_sk; | ||
56 | }; | 57 | }; |
57 | #endif | 58 | #endif |