OpenSDN source code
|
#include <bgp_export.h>
Public Member Functions | |
BgpExport (RibOut *ribout) | |
void | Export (DBTablePartBase *root, DBEntryBase *db_entry) |
bool | Join (DBTablePartBase *root, const RibPeerSet &mjoin, DBEntryBase *db_entry) |
bool | Refresh (DBTablePartBase *root, const RibPeerSet &mgroup, DBEntryBase *db_entry) |
bool | Leave (DBTablePartBase *root, const RibPeerSet &mleave, DBEntryBase *db_entry) |
Private Attributes | |
RibOut * | ribout_ |
Definition at line 16 of file bgp_export.h.
|
explicit |
Definition at line 16 of file bgp_export.cc.
void BgpExport::Export | ( | DBTablePartBase * | root, |
DBEntryBase * | db_entry | ||
) |
bool BgpExport::Join | ( | DBTablePartBase * | root, |
const RibPeerSet & | mjoin, | ||
DBEntryBase * | db_entry | ||
) |
bool BgpExport::Leave | ( | DBTablePartBase * | root, |
const RibPeerSet & | mleave, | ||
DBEntryBase * | db_entry | ||
) |
bool BgpExport::Refresh | ( | DBTablePartBase * | root, |
const RibPeerSet & | mgroup, | ||
DBEntryBase * | db_entry | ||
) |
|
private |
Definition at line 36 of file bgp_export.h.