Data Packet Verification Added
diff --git a/src/route/nlsr_rt.cpp b/src/route/nlsr_rt.cpp
index f9923f2..cc60650 100644
--- a/src/route/nlsr_rt.cpp
+++ b/src/route/nlsr_rt.cpp
@@ -70,6 +70,7 @@
                 clearRoutingTable();
                 clearDryRoutingTable(); // for dry run options
                 // need to update NPT here
+                std::cout<<"Calling Update NPT With new Route"<<std::endl;
                 pnlsr.getNpt().updateNptWithNewRoute(pnlsr);
                 //debugging purpose
                 printRoutingTable();