OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BgpExport Class Reference

#include <bgp_export.h>

Collaboration diagram for BgpExport:

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

RibOutribout_
 

Detailed Description

Definition at line 16 of file bgp_export.h.

Constructor & Destructor Documentation

BgpExport::BgpExport ( RibOut ribout)
explicit

Definition at line 16 of file bgp_export.cc.

Member Function Documentation

void BgpExport::Export ( DBTablePartBase root,
DBEntryBase db_entry 
)

Definition at line 43 of file bgp_export.cc.

Here is the call graph for this function:

bool BgpExport::Join ( DBTablePartBase root,
const RibPeerSet mjoin,
DBEntryBase db_entry 
)

Definition at line 178 of file bgp_export.cc.

Here is the call graph for this function:

bool BgpExport::Leave ( DBTablePartBase root,
const RibPeerSet mleave,
DBEntryBase db_entry 
)

Definition at line 234 of file bgp_export.cc.

Here is the call graph for this function:

bool BgpExport::Refresh ( DBTablePartBase root,
const RibPeerSet mgroup,
DBEntryBase db_entry 
)

Member Data Documentation

RibOut* BgpExport::ribout_
private

Definition at line 36 of file bgp_export.h.


The documentation for this class was generated from the following files: