From: Cong Wang <xiyou.wangc...@gmail.com> Date: Thu, 17 Jan 2019 23:27:11 -0800
> There have been many people complaining about the inconsistent > behaviors of IPv4 and IPv6 devconf when creating new network > namespaces. Currently, for IPv4, we inherit all current settings > from init_net, but for IPv6 we reset all setting to default. > > This patch introduces a new /proc file > /proc/sys/net/core/devconf_inherit_init_net to control the > behavior of whether to inhert sysctl current settings from init_net. > This file itself is only available in init_net. ... > Reported-by: Zhu Yanjun <yanjun....@windriver.com> > Reported-by: Tonghao Zhang <xiangxia.m....@gmail.com> > Cc: Nicolas Dichtel <nicolas.dich...@6wind.com> > Signed-off-by: Cong Wang <xiyou.wangc...@gmail.com> Applied, thanks.