git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1420a4f
)
ipv6 netns: init net is used to set bindv6only for new sock
author
Pavel Emelyanov
<xemul@openvz.org>
Mon, 9 Jun 2008 22:53:30 +0000
(15:53 -0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 9 Jun 2008 22:53:30 +0000
(15:53 -0700)
The bindv6only is tuned via sysctl. It is already on a struct net
and per-net sysctls allow for its modification (ipv6_sysctl_net_init).
Despite this the value configured in the init net is used for the
rest of them.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found