From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 2 Sep 2012 16:30:20 +0800 References: <1345823647-27198-1-git-send-email-ordex@autistici.org> In-Reply-To: <1345823647-27198-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: <201209021630.20886.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: properly store the roaming time 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 Friday, August 24, 2012 23:54:07 Antonio Quartulli wrote: > in case of a new global entry added because of roaming, the roam_at field > must be properly initiated with the current time. This value will be later > use to purge this entry out on time out (if nobody claims it). Instead > roam_at field is now set to zero in this situation leading to an immediate > purging of the related entry. > > Signed-off-by: Antonio Quartulli > --- > translation-table.c | 6 ++++++ > 1 file changed, 6 insertions(+) Applied in revision 700ae88. Thanks, Marek