[Olsr-dev] [PATCH v1 1/1] neighbors: signal link changes when deleting a neighbor

Ferry Huberts (spam-protected)
Sat Jun 13 13:36:43 CEST 2015


From: Ferry Huberts <(spam-protected)>

Reported-by: Koen Swinters <(spam-protected)>
Signed-off-by: Ferry Huberts <(spam-protected)>
---

Is this what you mean Koen?

 src/neighbor_table.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/neighbor_table.c b/src/neighbor_table.c
index b658135..29d2177 100644
--- a/src/neighbor_table.c
+++ b/src/neighbor_table.c
@@ -217,6 +217,7 @@ olsr_delete_neighbor_table(const union olsr_ip_addr *neighbor_addr)
   free(entry);
 
   changes_neighborhood = true;
+  signal_link_changes(true);
   return 1;
 
 }
-- 
2.4.3





More information about the Olsr-dev mailing list