From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 28 Apr 2016 22:46:10 +0200 From: Andrew Lunn Message-ID: <20160428204610.GA11920@lunn.ch> References: <1461875848-11720-1-git-send-email-andrew@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1461875848-11720-1-git-send-email-andrew@lunn.ch> Subject: Re: [B.A.T.M.A.N.] [PATCH 00/10] netns and netlink support List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "B.A.T.M.A.N" On Thu, Apr 28, 2016 at 10:37:18PM +0200, Andrew Lunn wrote: > This patchset completes netns support, by disabling debugfs entries > when not in the default name space, and correctly handling interface > stack loops when the parent is in a different name space. > > It additionally adds netlink support for most of the information found > in debugfs, and is netns awaire. > > Note: BLA is untested, so best assume it is broken... I forgot to add, no attempt has been made to compile this on older kernels. So it probably does not... Andrew