#include "rib-manager.hpp"
#include "common/global.hpp"
#include "common/logger.hpp"
#include "rib/rib.hpp"
#include "table/fib.hpp"
#include <boost/asio/defer.hpp>
#include <ndn-cxx/lp/tags.hpp>
#include <ndn-cxx/mgmt/nfd/rib-entry.hpp>
#include <ndn-cxx/mgmt/nfd/status-dataset.hpp>
#include <ndn-cxx/security/certificate-fetcher-direct-fetch.hpp>
Go to the source code of this file.
Namespaces | |
nfd | |
-status-http-server | |
Functions | |
std::ostream & | nfd::operator<< (std::ostream &os, RibManager::SlAnnounceResult res) |
Variables | |
constexpr time::seconds | nfd::ACTIVE_FACE_FETCH_INTERVAL = 5_min |
const Name | nfd::LOCALHOST_TOP_PREFIX = "/localhost/nfd" |
const std::string | nfd::MGMT_MODULE_NAME = "rib" |