a policy to decide whether to readvertise a route, and what prefix to readvertise More...
#include <readvertise-policy.hpp>
Public Member Functions | |
virtual | ~ReadvertisePolicy ()=default |
virtual optional< ReadvertiseAction > | handleNewRoute (const RibRouteRef &ribRoute) const =0 |
decide whether to readvertise a route, and what prefix to readvertise More... | |
virtual time::milliseconds | getRefreshInterval () const =0 |
a policy to decide whether to readvertise a route, and what prefix to readvertise
Definition at line 46 of file readvertise-policy.hpp.
|
virtualdefault |
|
pure virtual |
decide whether to readvertise a route, and what prefix to readvertise
Implemented in nfd::rib::HostToGatewayReadvertisePolicy, and nfd::rib::ClientToNlsrReadvertisePolicy.
|
pure virtual |
Implemented in nfd::rib::HostToGatewayReadvertisePolicy, and nfd::rib::ClientToNlsrReadvertisePolicy.