OpenSDN source code
|
#include <controller_vrf_export.h>
Public Member Functions | |
State () | |
~State () | |
bool | IsExportable (uint64_t sequence_number) |
![]() | |
virtual | ~DBState () |
Public Attributes | |
bool | exported_ |
bool | mcast_exported_ |
bool | force_chg_ |
RouteExport * | rt_export_ [Agent::ROUTE_TABLE_MAX] |
uint64_t | last_sequence_number_ |
Definition at line 17 of file controller_vrf_export.h.
VrfExport::State::State | ( | ) |
Definition at line 20 of file controller_vrf_export.cc.
VrfExport::State::~State | ( | ) |
Definition at line 24 of file controller_vrf_export.cc.
bool VrfExport::State::IsExportable | ( | uint64_t | sequence_number | ) |
Definition at line 27 of file controller_vrf_export.cc.
bool VrfExport::State::exported_ |
Definition at line 20 of file controller_vrf_export.h.
bool VrfExport::State::force_chg_ |
Definition at line 22 of file controller_vrf_export.h.
uint64_t VrfExport::State::last_sequence_number_ |
Definition at line 24 of file controller_vrf_export.h.
bool VrfExport::State::mcast_exported_ |
Definition at line 21 of file controller_vrf_export.h.
RouteExport* VrfExport::State::rt_export_[Agent::ROUTE_TABLE_MAX] |
Definition at line 23 of file controller_vrf_export.h.