commit | 0fef057c34be5820e285350f8b1f829ff692acc6 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Thu Feb 22 04:15:49 2024 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Sat Feb 24 02:15:51 2024 +0000 |
tree | 750fa0e3566ee8e16b52f2f440736b2ce91ac543 | |
parent | aead58886cce6138106e664ae6bed4ff07ca27e0 [diff] |
route: fix nonexistent router condition in link-state calculator Previously, if a non-existent source router is passed to the link-state routing calculator, LinkStateRoutingTableCalculator::calculatePath could dereference an empty optional. This commit corrects this condition. Cleanup the test suite. Add a test case for MaxFacesPerPrefix=1, which has a different code path in the link-state calculator. refs #5308 Change-Id: Ieab5a0388d9290095b1eb7924f4d3c693b67d098
For more extensive documentation, please 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 team. 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.