From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 8 Nov 2012 21:06:16 +0800 References: <1352297133-17652-1-git-send-email-ordex@autistici.org> In-Reply-To: <1352297133-17652-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: <201211082106.16746.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: fix tt_global_entries flags update 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, November 07, 2012 22:05:33 Antonio Quartulli wrote: > Flags carried by a change_entry have to be always copied into the > client entry as they may contain important attributes (e.g. > TT_CLIENT_WIFI). > > For instance, a client added by means of the "early detection > mechanism" has no flag set at the beginning, so they must be updated once > the proper ADD event is received. > > This was introduced by ("batman-adv: detect not yet announced clients") > > Signed-off-by: Antonio Quartulli > --- > > This patch is based on "maint" > > > translation-table.c | 6 ++++++ > 1 file changed, 6 insertions(+) Applied in revision fa614fd. Thanks, Marek