|
|
A filter manager is the entitiy which interacts with the actual policy filters in protocols and the rib.
It is used by the configuration class to trigger updates
~FilterManagerBase ()
| ~FilterManagerBase |
[virtual]
void update_filter (const Code::Target& t)
| update_filter |
[pure virtual]
Update a specific policy filter.
Parameters:
t | The target to update [protocol/filter pair]. |
void flush_updates (uint32_t msec)
| flush_updates |
[pure virtual]
Commit all updates after msec milliseconds.
Parameters:
msec | Milliseconds after which all updates should be commited. |