Adding one more helper to manually create routes on nodes
diff --git a/helper/ccnx-stack-helper.h b/helper/ccnx-stack-helper.h
index 764a982..ee0b547 100644
--- a/helper/ccnx-stack-helper.h
+++ b/helper/ccnx-stack-helper.h
@@ -202,6 +202,17 @@
   /**
    * \brief Add forwarding entry in FIB
    *
+   * \param nodeName Node
+   * \param prefix Routing prefix
+   * \param faceId Face index
+   * \param metric Routing metric
+   */
+  static void
+  AddRoute (Ptr<Node> node, std::string prefix, uint32_t faceId, int32_t metric);
+
+  /**
+   * \brief Add forwarding entry in FIB
+   *
    * \param node   Node
    * \param prefix Routing prefix
    * \param face   Face