commit | 6d7c37fe7ca216ce6012509873649db56370f7da | [log] [tgz] |
---|---|---|
author | awlane <awlane@memphis.edu> | Fri Mar 07 11:53:58 2025 -0600 |
committer | awlane <awlane@memphis.edu> | Fri Apr 25 12:52:31 2025 -0500 |
tree | de3027c1b48246d42560e719b5daedc7e48e5fd9 | |
parent | 697a0ad6a9f8d1ea43624e44657a9e64c4e9e847 [diff] |
BREAKING: Change Name LSAs to propagate cost which are applied to remote routes This is a stopgap change to address a lack of functionality in the NDN testbed. Current restrictions: -Cost must be set from NFD readvertisement -Cost is applied after routing calculations but before FIB insertion; lowest cost nexthop will be chosen but may not be the optimal path given this cost. Further work will be required to move the application of cost as part of routing and to make this functionality more easily accessible. Refs #5349 Change-Id: I914dc5c2d5d3cb6bfa13f5730df0eae66d115c60
[!TIP] For more extensive documentation, visit the NLSR homepage.
NLSR is a routing protocol for Named Data Networking (NDN) that populates the Routing Information Base (RIB) of an NDN router, such as NFD. NLSR continues to evolve alongside the core NDN protocol.
The main design goal of NLSR is to provide a routing protocol to populate NDN's RIB. 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.
NLSR was mainly developed by members of the NSF-sponsored NDN project. See AUTHORS.md
for details.
The source code and installation instructions are available at the following locations:
Please submit any bug reports or feature requests to the NLSR issue tracker.
NLSR is free software distributed under the GNU General Public License version 3. See COPYING.md
for details.
NLSR contains third-party software, licensed under the following licenses: