Index: source/ariba/overlay/modules/chord/Chord.cpp
===================================================================
--- source/ariba/overlay/modules/chord/Chord.cpp	(revision 3694)
+++ source/ariba/overlay/modules/chord/Chord.cpp	(revision 3695)
@@ -182,4 +182,6 @@
 
 	// remove link from routing table
+	route_item* item = table->get(remote);
+	if (item!=NULL) item->info = LinkID::UNSPECIFIED;
 	table->remove(remote);
 }
