Re: [Patch net-next] net: introduce a knob to control whether to inherit devconf config

2019-01-22 Thread David Miller
From: Cong Wang 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 sett

Re: [Patch net-next] net: introduce a knob to control whether to inherit devconf config

2019-01-18 Thread Tonghao Zhang
On Fri, Jan 18, 2019 at 4:25 PM Nicolas Dichtel wrote: > > Le 18/01/2019 à 08:27, Cong Wang a écrit : > > 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 set

Re: [Patch net-next] net: introduce a knob to control whether to inherit devconf config

2019-01-18 Thread Nicolas Dichtel
Le 18/01/2019 à 08:27, Cong Wang a écrit : > 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 defaul

[Patch net-next] net: introduce a knob to control whether to inherit devconf config

2019-01-17 Thread Cong Wang
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/sy