A policy to readvertise routes registered by local applications into remote gateway. More...
#include <daemon/rib/readvertise/host-to-gateway-readvertise-policy.hpp>
Public Member Functions | |
HostToGatewayReadvertisePolicy (const ndn::KeyChain &keyChain, const ConfigSection §ion) | |
time::milliseconds | getRefreshInterval () const override |
std::optional< ReadvertiseAction > | handleNewRoute (const RibRouteRef &ribRoute) const override |
Decide whether to readvertise a route, and what prefix to readvertise. More... | |
A policy to readvertise routes registered by local applications into remote gateway.
Definition at line 38 of file host-to-gateway-readvertise-policy.hpp.
nfd::rib::HostToGatewayReadvertisePolicy::HostToGatewayReadvertisePolicy | ( | const ndn::KeyChain & | keyChain, |
const ConfigSection & | section | ||
) |
Definition at line 38 of file host-to-gateway-readvertise-policy.cpp.
|
overridevirtual |
Implements nfd::rib::ReadvertisePolicy.
Definition at line 82 of file host-to-gateway-readvertise-policy.cpp.
|
overridevirtual |
Decide whether to readvertise a route, and what prefix to readvertise.
Implements nfd::rib::ReadvertisePolicy.
Definition at line 47 of file host-to-gateway-readvertise-policy.cpp.