From mboxrd@z Thu Jan 1 00:00:00 1970 From: jamal Subject: Re: [PATCH 7/8] net: Allow setting the network namespace by fd Date: Thu, 23 Sep 2010 07:22:06 -0400 Message-ID: <1285240926.5036.7.camel@bigi> References: Reply-To: hadi@cyberus.ca Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, Linux Containers , netdev@vger.kernel.org, netfilter-devel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Daniel Lezcano , Linus Torvalds , Michael Kerrisk , Ulrich Drepper , Al Viro , David Miller , "Serge E. Hallyn" , Pavel Emelyanov , Pavel Emelyanov , Ben Greear , Matt Helsley , Jonathan Corbet , Sukadev Bhattiprolu , Jan Engelhardt , Patrick McHardy To: "Eric W. Biederman" Return-path: In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Thu, 2010-09-23 at 01:51 -0700, Eric W. Biederman wrote: > Take advantage of the new abstraction and allow network devices > to be placed in any network namespace that we have a fd to talk > about. > So ... why just netdevice? could you allow migration of other net "items" eg a route table since they are all tagged by netns? cheers, jamal