OpenSDN source code
|
#include <bgp_mvpn.h>
Public Member Functions | |
MvpnManagerPartition (MvpnManager *manager, int part_id) | |
virtual | ~MvpnManagerPartition () |
MvpnProjectManagerPartition * | GetProjectManagerPartition () |
const MvpnProjectManagerPartition * | GetProjectManagerPartition () const |
Private Member Functions | |
MvpnTable * | table () |
int | listener_id () const |
void | ProcessType3SPMSIRoute (MvpnRoute *spmsi_rt) |
void | ProcessType4LeafADRoute (MvpnRoute *leaf_ad) |
void | ProcessType5SourceActiveRoute (MvpnRoute *join_rt) |
void | ProcessType7SourceTreeJoinRoute (MvpnRoute *join_rt) |
MvpnStatePtr | GetState (MvpnRoute *route) |
MvpnStatePtr | GetState (MvpnRoute *route) const |
MvpnStatePtr | LocateState (MvpnRoute *route) |
void | NotifyForestNode (const Ip4Address &source, const Ip4Address &group) |
bool | GetForestNodePMSI (ErmVpnRoute *rt, uint32_t *label, Ip4Address *address, std::vector< std::string > *encap) const |
DISALLOW_COPY_AND_ASSIGN (MvpnManagerPartition) | |
Private Attributes | |
MvpnManager * | manager_ |
int | part_id_ |
Friends | |
class | MvpnManager |
Definition at line 105 of file bgp_mvpn.h.
MvpnManagerPartition::MvpnManagerPartition | ( | MvpnManager * | manager, |
int | part_id | ||
) |
Definition at line 506 of file bgp_mvpn.cc.
|
virtual |
Definition at line 510 of file bgp_mvpn.cc.
|
private |
|
private |
MvpnProjectManagerPartition * MvpnManagerPartition::GetProjectManagerPartition | ( | ) |
const MvpnProjectManagerPartition * MvpnManagerPartition::GetProjectManagerPartition | ( | ) | const |
|
private |
Definition at line 556 of file bgp_mvpn.cc.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
friend |
Definition at line 113 of file bgp_mvpn.h.
|
private |
Definition at line 130 of file bgp_mvpn.h.
|
private |
Definition at line 131 of file bgp_mvpn.h.