diff options
author | Daniel Lezcano <dlezcano@fr.ibm.com> | 2008-01-10 02:54:53 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 15:01:18 -0800 |
commit | 99bc9c4e45e7e783cf0b0a25cc03a103c038f254 (patch) | |
tree | e6598bc44e2003761e9ee65f06c4062287c1ed0d /include/net/netns | |
parent | 760f2d0186225f06d46e07232d65219c5055cad3 (diff) | |
download | kernel_samsung_smdk4412-99bc9c4e45e7e783cf0b0a25cc03a103c038f254.zip kernel_samsung_smdk4412-99bc9c4e45e7e783cf0b0a25cc03a103c038f254.tar.gz kernel_samsung_smdk4412-99bc9c4e45e7e783cf0b0a25cc03a103c038f254.tar.bz2 |
[NETNS][IPV6]: Make bindv6only sysctl per namespace.
This patch moves the bindv6only sysctl to the network namespace
structure. Until the ipv6 protocol is not per namespace, the sysctl
variable is always from the initial network namespace.
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
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 58fbf30..42b9b41 100644 --- a/include/net/netns/ipv6.h +++ b/include/net/netns/ipv6.h @@ -11,6 +11,7 @@ struct netns_sysctl_ipv6 { #ifdef CONFIG_SYSCTL struct ctl_table_header *table; #endif + int bindv6only; }; struct netns_ipv6 { |