lsa: cleanup operator<<

Delete .toString() virtual function in favor of ostream output.

Delete Lsa::getOriginRouterCopy() in favor of a custom Boost.Multi-Index
key extractor.

Mark single-parameter constructor as 'explicit'.

Rewrite class-level Doxygen with ABNF syntax.

refs #5308

Change-Id: I3c43395ce86f9a1a52da186fcf8c5a15cf35fe40
11 files changed
tree: 3ffc446a861c6ae51f52d2a723ff7d401ae4b272
  1. .github/
  2. .jenkins.d/
  3. .waf-tools/
  4. docs/
  5. src/
  6. systemd/
  7. tests/
  8. tools/
  9. .gitignore
  10. .jenkins
  11. .mailmap
  12. AUTHORS.md
  13. COPYING.md
  14. nlsr.conf
  15. README-dev.md
  16. README.md
  17. waf
  18. wscript
README.md

NLSR: Named Data Link State Routing Protocol

CI Docs Language Latest version

For more extensive documentation, please visit the NLSR homepage.

Overview

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.

Source releases

The source code and installation instructions are available at the following locations:

Reporting bugs

Please submit any bug reports or feature requests to the NLSR issue tracker.

Additional resources

License

NLSR is free software distributed under the GNU General Public License version 3. See COPYING.md for details.