#include "nfd.hpp"
#include "core/global-io.hpp"
#include "core/logger-factory.hpp"
#include "core/privilege-helper.hpp"
#include "core/config-file.hpp"
#include "fw/forwarder.hpp"
#include "face/null-face.hpp"
#include "face/internal-face.hpp"
#include "mgmt/fib-manager.hpp"
#include "mgmt/face-manager.hpp"
#include "mgmt/strategy-choice-manager.hpp"
#include "mgmt/forwarder-status-manager.hpp"
#include "mgmt/general-config-section.hpp"
#include "mgmt/tables-config-section.hpp"
Go to the source code of this file.
Namespaces | |
nfd | |
Copyright (c) 2011-2015 Regents of the University of California. | |
Functions | |
static ndn::util::NetworkMonitor * | nfd::makeNetworkMonitor () |
static void | nfd::ignoreRibAndLogSections (const std::string &filename, const std::string §ionName, const ConfigSection §ion, bool isDryRun) |
Variables | |
nfd::Nfd | |
static const std::string | nfd::INTERNAL_CONFIG = "internal://nfd.conf" |