26 #ifndef NFD_DAEMON_MGMT_FIB_MANAGER_HPP
27 #define NFD_DAEMON_MGMT_FIB_MANAGER_HPP
51 addNextHop(
const Interest& interest, ControlParameters parameters,
52 const ndn::mgmt::CommandContinuation& done);
55 removeNextHop(
const Interest& interest, ControlParameters parameters,
56 const ndn::mgmt::CommandContinuation& done);
59 listEntries(ndn::mgmt::StatusDatasetContext& context);
63 setFaceForSelfRegistration(
const Interest& request, ControlParameters& parameters);
Provides ControlCommand authorization according to NFD's configuration file.
Implements the FIB Management of NFD Management Protocol.
FibManager(fib::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...
Represents the Forwarding Information Base (FIB).