|
xorp
|
Base class for Redistribution Policy objects. More...
#include <redist_policy.hh>
Public Member Functions | |
| virtual bool | accept (const IPRouteEntry< A > &ipr) const =0 |
| Determine whether route should be accepted for redistribution. | |
Base class for Redistribution Policy objects.
Redistribution Policy objects are intended to be composable. Logical Operators as well as route attibute operators are defined.
| virtual bool RedistPolicy< A >::accept | ( | const IPRouteEntry< A > & | ipr | ) | const [pure virtual] |
Determine whether route should be accepted for redistribution.
| ipr | route to be examined. |
Implemented in IsOfProtocol< A >, IsIGP< A >, and IsEGP< A >.