diff options
author | Daniel Lezcano <dlezcano@fr.ibm.com> | 2008-03-07 11:16:55 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-03-07 11:16:55 -0800 |
commit | b8ad0cbc58f703972e9e37c4e2a8081dd7e6a551 (patch) | |
tree | f4f576d4be94ea792bf075260586ab25c6507716 /include/net | |
parent | e504799276e53045a9b597f24c1b456552482f63 (diff) | |
download | op-kernel-dev-b8ad0cbc58f703972e9e37c4e2a8081dd7e6a551.zip op-kernel-dev-b8ad0cbc58f703972e9e37c4e2a8081dd7e6a551.tar.gz |
[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')
-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 ddb9ccd..ac053be 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 |