commit | b5b3b4fb18f20ab65193a1614de59f8ec5b73bc7 | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Wed Jul 23 16:36:51 2014 -0500 |
committer | akmhoque <akmhoque@gmail.com> | Wed Jul 23 16:36:59 2014 -0500 |
tree | 8293f9efb78f6be2e53f085d4e955db4c0d462e9 | |
parent | 69c9aa98f007309e910514cff14e5f3b928fb691 [diff] |
route: Fixing unregistration of fib entries FaceMap was constructed from the face result of face registration. But result gives a diffrent uri (instead of maia.cs.memphis.edu it gives 141.225.11.107:6363). When unregistering it was not working as NLSR tries to compare face uri of naming format. Fixed that issue. Now unregistration of name prefixes works fine. Change-Id: Iafb3790113f735b1bb0ea68360bf70d09ec54243
NLSR is a routing protocol in NDN that populates NDN's Forwarding Information Base. NLSR will continue to evolve alongside the Named Data Networking protocol.
NLSR is an open and free software package licensed under the GPL 3.0 license and free to all Internet users and developers. For more information about the licensing details and limitations, refer to COPYING.md.
NLSR is developed by the members of the NSF-sponsored NDN project team. For more details, please refer to AUTHORS.md. Bug reports and feedback are highly appreciated and can be made through the Redmine site.
The main design goal of NLSR is to provide a routing protocol to populate NDN's FIB. NLSR calculates the routing table using link-state or hyperbolic routing and produces multiple faces for each reachable name prefix in a single authoritative domain. NLSR will continue to evolve over time to include neighbor discovery and to become a full fledged inter-domain routing protocol for NDN.
The source code and source-code installation instructions are always available at the following links: