26 #ifndef NFD_RIB_READVERTISE_READVERTISE_POLICY_HPP 27 #define NFD_RIB_READVERTISE_READVERTISE_POLICY_HPP 30 #include <ndn-cxx/security/signing-info.hpp> 53 virtual ndn::optional<ReadvertiseAction>
54 handleNewRoute(
const RibRouteRef& ribRoute)
const = 0;
58 virtual time::milliseconds
59 getRefreshInterval()
const = 0;
65 #endif // NFD_RIB_READVERTISE_READVERTISE_POLICY_HPP
a decision made by readvertise policy
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...
ndn::security::SigningInfo signer
credentials for command signing
Name prefix
the prefix that should be readvertised
a policy to decide whether to readvertise a route, and what prefix to readvertise ...