26 #ifndef NFD_DAEMON_MGMT_FIB_MANAGER_HPP 27 #define NFD_DAEMON_MGMT_FIB_MANAGER_HPP 47 Dispatcher& dispatcher,
52 addNextHop(
const Name& topPrefix,
const Interest& interest,
53 ControlParameters parameters,
54 const ndn::mgmt::CommandContinuation& done);
57 removeNextHop(
const Name& topPrefix,
const Interest& interest,
58 ControlParameters parameters,
59 const ndn::mgmt::CommandContinuation& done);
62 listEntries(
const Name& topPrefix,
const Interest& interest,
63 ndn::mgmt::StatusDatasetContext& context);
67 setFaceForSelfRegistration(
const Interest& request, ControlParameters& parameters);
76 #endif // NFD_DAEMON_MGMT_FIB_MANAGER_HPP
implement the FIB Management of NFD Management Protocol.
provides ControlCommand authorization according to NFD configuration file
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...
FibManager(Fib &fib, const FaceTable &faceTable, Dispatcher &dispatcher, CommandAuthenticator &authenticator)
a collection of common functions shared by all NFD managers, such as communicating with the dispatche...