From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Fri, 22 Jun 2012 20:09:00 +0200 References: <20120618104108.GA17473@sven-atom.home.narfation.org> <1340037566-24081-1-git-send-email-siwu@hrz.tu-chemnitz.de> In-Reply-To: <1340037566-24081-1-git-send-email-siwu@hrz.tu-chemnitz.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201206222009.01365.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv5] batman-adv: Add the backbone gateway list to debugfs 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: The list for a Better Approach To Mobile Ad-hoc Networking On Monday, June 18, 2012 18:39:26 Simon Wunderlich wrote: > This is especially useful if there are no claims yet, but we still want > to know which gateways are using bridge loop avoidance in the network. > > Signed-off-by: Simon Wunderlich > --- > [EDITv2: forgot to rename the function ...] > [EDITv3: add README entry] > [EDITv4: fix style] > [EDITv5: some more style fixes] > --- > README | 7 ++--- > bridge_loop_avoidance.c | 65 > +++++++++++++++++++++++++++++++++++++++++++++++ bridge_loop_avoidance.h > | 8 ++++++ > debugfs.c | 12 +++++++++ > 4 files changed, 89 insertions(+), 3 deletions(-) Applied in revision 500ab9a. Thanks, Marek