src: Update info message name
Changed "info" component to "INFO" and added "NLSR" component
so now info interest is of form /<neighbor>/NLSR/INFO/<router>
Change-Id: I8458fd7f911d660ffeee7e8e928d25ce3259c01b
diff --git a/src/hello-protocol.hpp b/src/hello-protocol.hpp
index ac0433a..5f1cc7d 100644
--- a/src/hello-protocol.hpp
+++ b/src/hello-protocol.hpp
@@ -70,6 +70,7 @@
private:
Nlsr& m_nlsr;
static const std::string INFO_COMPONENT;
+ static const std::string NLSR_COMPONENT;
};
} //namespace nlsr