From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 8 Nov 2012 04:31:18 +0800 References: <1352199923-16653-1-git-send-email-ordex@autistici.org> <1352199923-16653-6-git-send-email-ordex@autistici.org> In-Reply-To: <1352199923-16653-6-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201211080431.18573.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2 5/5] batman-adv: fix local client recognition in is_my_client() 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 Tuesday, November 06, 2012 19:05:23 Antonio Quartulli wrote: > A tt_local_entry which ROAM flag is set cannot be considered a local > client anymore. Having the ROAM flag set means that the client roamed > away and that the nodes received a ROAMING_ADV for such event > > This was introduced by ("batman-adv: roaming handling mechanism > redesign") > > Signed-off-by: Antonio Quartulli > --- > translation-table.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Applied in revision 7cfe135. Thanks, Marek