From mboxrd@z Thu Jan 1 00:00:00 1970 From: ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org (Eric W. Biederman) Subject: Re: netns34 Date: Tue, 14 Aug 2007 10:45:01 -0600 Message-ID: References: <46B9A620.4050906@bull.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: <46B9A620.4050906-6ktuUTfB/bM@public.gmane.org> (Benjamin Thery's message of "Wed, 08 Aug 2007 13:16:48 +0200") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Benjamin Thery Cc: Linux Containers , Daniel Lezcano , "Denis V. Lunev" List-Id: containers.vger.kernel.org Benjamin Thery writes: > Hi Eric, > > I've cloned the repository and built the kernel. > > Unshare support is broken. It misses a small change in sys_unshare() > to accept the CLONE_NEWNET flag. Hmm. I thought I had that but it should be easy enough to fix. > I guess it should be added in commit "net: Add network namespace > clone & unshare support." (See attached patch below) > > Also, have you removed the "sysfs interface support for moving devices between > namespaces" on purpose? > Is there another way to move interfaces now? Weird. I thought I had replaced that patch but when I looked closer the replacement doesn't show up in my tree. It's pretty straightforward so I will make a stab at getting that back in there. Eric