Re: Request to enable setting the nested network namespace

2018-06-26 Thread Pamela Mei
I don't mean to track the whole history of netns changes as mandatory. I mean it's better to have an option to ask user to set the new parent of the child netns, not only the initial one. Is there any technical bottle neck on this request? Cheers, Pamela MEI On Thu, Jun 14, 2018 at 5:27 PM, Jiri

Re: Request to enable setting the nested network namespace

2018-06-14 Thread Jiri Pirko
Thu, Jun 14, 2018 at 10:04:57AM CEST, pamela@gmail.com wrote: >In linux, set up 2 network namespaces, ns1 and ns2. "ip netns list" >can view the 2 network namespaces. >Move one network device from linux root namespace to ns1 then from ns1 >to ns2, then delete ns2, >expect that network device ca

Request to enable setting the nested network namespace

2018-06-14 Thread Pamela Mei
In linux, set up 2 network namespaces, ns1 and ns2. "ip netns list" can view the 2 network namespaces. Move one network device from linux root namespace to ns1 then from ns1 to ns2, then delete ns2, expect that network device can move back to ns1, but actual result is that eth1 is back to linux roo