From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 13 Sep 2012 19:06:58 +0800 References: <1347180406-12475-1-git-send-email-ordex@autistici.org> In-Reply-To: <1347180406-12475-1-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201209131906.59005.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: prevent using any virtual device created on batman-adv as hard-interface Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking 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@lists.open-mesh.org On Sunday, September 09, 2012 16:46:46 Antonio Quartulli wrote: > Any virtual device created on top of a batman-adv mesh interface must be > prevented to be used to create a new mesh network (this would lead to an > unwanted batman-over-batman configuration) > > Signed-off-by: Antonio Quartulli > --- > > v2: > - added check for !parent_dev with WARN_ON() > > > hard-interface.c | 41 ++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 40 insertions(+), 1 deletion(-) Applied in revision 3d48811. Thanks, Marek