From: Cong Wang <[email protected]> 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 <[email protected]> > Reported-by: Tonghao Zhang <[email protected]> > Cc: Nicolas Dichtel <[email protected]> > Signed-off-by: Cong Wang <[email protected]> Applied, thanks.
