summaryrefslogtreecommitdiff
path: root/include/net/netns/ipv6.h
diff options
context:
space:
mode:
authorDaniel Lezcano <dlezcano@fr.ibm.com>2008-03-07 11:15:34 -0800
committerDavid S. Miller <davem@davemloft.net>2008-03-07 11:15:34 -0800
commit1762f7e88eb34f653b4a915be99a102e347dd45e (patch)
treede80b8228d13ac997691317b047707e4c6f1a0ae /include/net/netns/ipv6.h
parenta18bc6959d9793c8352d2177b456d93868953874 (diff)
[NETNS][IPV6] ndisc - make socket control per namespace
Make ndisc socket control per namespace. 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 90e6e24df858..b773256d0d1d 100644
--- a/include/net/netns/ipv6.h
+++ b/include/net/netns/ipv6.h
@@ -51,5 +51,6 @@ struct netns_ipv6 {
struct fib_rules_ops *fib6_rules_ops;
#endif
struct sock **icmp_sk;
+ struct sock *ndisc_sk;
};
#endif