From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 18 Oct 2012 02:58:11 +0800 References: <1350421286-30659-1-git-send-email-sven@narfation.org> In-Reply-To: <1350421286-30659-1-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201210180258.11466.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batctl: Add tool to translate mac/IPv4/bat_host to originator address 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 Wednesday, October 17, 2012 05:01:26 Sven Eckelmann wrote: > Users may want to get the originator which is responsible for a specific > mac address. These addresses can be specified using IPv4 address, ethernet > address or bat-host name. > > For example, the output can be used to get the TQ value from the originator > table when only the client address is known and not the gateway address. > > Signed-off-by: Sven Eckelmann > --- > Makefile | 2 +- > README | 18 ++++++++++++++ > main.c | 6 +++++ > man/batctl.8 | 5 ++++ > translate.c | 78 > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > translate.h | 24 ++++++++++++++++++ > 6 files changed, 132 insertions(+), 1 deletion(-) Applied in revision c8e4fd4. Thanks, Marek