Hello, Eric. On Thu, Jan 26, 2017 at 01:45:07PM +1300, Eric W. Biederman wrote: > > Eric, does this sound okay to you? You're the authority on exposing > > things like namespace ids to users. > > *Boggle* Things that run across all network namespaces break any kind > of sense I have about thinking about them. > > Running across more than one network namespace by default seems very > broken to me.
Can you explain why that is? Other namespaces don't behave this way. For example, a PID namespace doesn't hide the processes at the system level. It just gives additional nested names to the namespaced processes and having objects visible at the system level is very useful for monitoring and management. Are there inherent reasons why network namespace should be very different from other namespaces in this regard? Thanks. -- tejun