On Wed, Dec 19, 2018 at 7:09 AM David Miller wrote:
>
> From: Cong Wang
> Date: Sun, 16 Dec 2018 11:06:39 -0800
>
> > On Sun, Dec 16, 2018 at 8:24 AM wrote:
> >>
> >> From: Tonghao Zhang
> >>
> >> The devconf setting on the init_net will affect other
> >> namespace when them created. For exampl
From: Cong Wang
Date: Sun, 16 Dec 2018 11:06:39 -0800
> On Sun, Dec 16, 2018 at 8:24 AM wrote:
>>
>> From: Tonghao Zhang
>>
>> The devconf setting on the init_net will affect other
>> namespace when them created. For example:
...
> This has been a known issue for a long time. There
> were seve
On Mon, Dec 17, 2018 at 3:06 AM Cong Wang wrote:
>
> On Sun, Dec 16, 2018 at 8:24 AM wrote:
> >
> > From: Tonghao Zhang
> >
> > The devconf setting on the init_net will affect other
> > namespace when them created. For example:
> >
> > $ cat /proc/sys/net/ipv4/conf/all/rp_filter
> > 0
> > $ echo
On Sun, Dec 16, 2018 at 8:24 AM wrote:
>
> From: Tonghao Zhang
>
> The devconf setting on the init_net will affect other
> namespace when them created. For example:
>
> $ cat /proc/sys/net/ipv4/conf/all/rp_filter
> 0
> $ echo 2 > /proc/sys/net/ipv4/conf/all/rp_filter
> $ cat /proc/sys/net/ipv4/co
From: Tonghao Zhang
The devconf setting on the init_net will affect other
namespace when them created. For example:
$ cat /proc/sys/net/ipv4/conf/all/rp_filter
0
$ echo 2 > /proc/sys/net/ipv4/conf/all/rp_filter
$ cat /proc/sys/net/ipv4/conf/all/rp_filter
2
$ ip netns add ns100
$ ip netns exec n