commit | 797399b415b78dacdbcaffdb89e46e369ec88b98 | [log] [tgz] |
---|---|---|
author | Antonio Quartulli <ordex@autistici.org> | Sun Dec 04 22:38:27 2011 +0100 |
committer | Marek Lindner <lindner_marek@yahoo.de> | Wed Dec 07 03:12:59 2011 +0800 |
tree | 1c140c512317ae78ddb3687270c7fee597586e77 | |
parent | 03fc3070457dc0e6a717a2e732af93ef1cb2ae51 [diff] |
batman-adv: delete global entry in case of roaming When receiving a DEL change for a client due to a roaming event (change is marked with TT_CLIENT_ROAM), each node has to check if the client roamed to itself or somewhere else. In the latter case the global entry is kept to avoid having no route at all otherwise we can safely delete the global entry Signed-off-by: Antonio Quartulli <ordex@autistici.org>