#include "dataset-interest-handler.hpp"#include "nlsr.hpp"#include "tlv/lsdb-status.hpp"#include "logger.hpp"#include <ndn-cxx/mgmt/nfd/control-response.hpp>#include <ndn-cxx/util/regex.hpp>Go to the source code of this file.
Namespaces | |
| nlsr | |
| Copyright (c) 2014-2018, The University of Memphis, Regents of the University of California, Arizona Board of Regents. | |
Functions | |
| template<> | |
| std::list< tlv::AdjacencyLsa > | nlsr::getTlvLsas< tlv::AdjacencyLsa > (const Lsdb &lsdb) |
| template<> | |
| std::list< tlv::CoordinateLsa > | nlsr::getTlvLsas< tlv::CoordinateLsa > (const Lsdb &lsdb) |
| template<> | |
| std::list< tlv::NameLsa > | nlsr::getTlvLsas< tlv::NameLsa > (const Lsdb &lsdb) |
Variables | |
| const ndn::PartialName | nlsr::ADJACENCIES_DATASET = ndn::PartialName("lsdb/adjacencies") |
| const ndn::PartialName | nlsr::COORDINATES_DATASET = ndn::PartialName("lsdb/coordinates") |
| const ndn::PartialName | nlsr::NAMES_DATASET = ndn::PartialName("lsdb/names") |
| const ndn::PartialName | nlsr::RT_DATASET = ndn::PartialName("routing-table") |