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