commit | fdf7932052209260ca2e7add4da4b74f57976336 | [log] [tgz] |
---|---|---|
author | Antonio Quartulli <ordex@autistici.org> | Fri Aug 24 17:54:07 2012 +0200 |
committer | Antonio Quartulli <ordex@autistici.org> | Mon Oct 29 09:42:41 2012 +0100 |
tree | 2e235f35bda18042986db2c49b01c9b8f8ef5717 | |
parent | 4934ab951b742f7a7bbe7089f1b3d8e4a387e596 [diff] |
batman-adv: properly store the roaming time 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 <ordex@autistici.org>