Update in Routing Calculation
diff --git a/nlsr-sync-0.0/nlsr_npt.c b/nlsr-sync-0.0/nlsr_npt.c
index d70c5da..e9d9d73 100755
--- a/nlsr-sync-0.0/nlsr_npt.c
+++ b/nlsr-sync-0.0/nlsr_npt.c
@@ -560,6 +560,7 @@
writeLogg(__FILE__,__FUNCTION__,__LINE__,"Dest Router: %s Face: %d Route_cost: %d \n",dest_router, face_id, route_cost);
}
+ print_routing_table();
int res,res1;
struct npt_entry *ne;
@@ -801,7 +802,7 @@
if ( face_list_element <= 0 )
{
if ( nlsr->debugging )
- printf(" Face: No Face \n");
+ printf(" Face: No Face \n");
if ( nlsr->detailed_logging )
writeLogg(__FILE__,__FUNCTION__,__LINE__," Face: No Face \n");