OpenSDN source code
|
#include <bgp_multicast.h>
Private Types | |
typedef std::set < McastForwarder *, McastForwarderCompare > | ForwarderSet |
Private Member Functions | |
void | UpdateTree (uint8_t level) |
void | UpdateRoutes (uint8_t level) |
DISALLOW_COPY_AND_ASSIGN (McastSGEntry) | |
Private Attributes | |
McastManagerPartition * | partition_ |
Ip4Address | group_ |
Ip4Address | source_ |
McastForwarder * | forest_node_ |
ErmVpnRoute * | local_tree_route_ |
ErmVpnRoute * | tree_result_route_ |
std::vector< ForwarderSet * > | forwarder_sets_ |
std::vector< bool > | update_needed_ |
bool | on_work_queue_ |
Friends | |
class | BgpMulticastTest |
class | ShowMulticastManagerDetailHandler |
Definition at line 204 of file bgp_multicast.h.
|
private |
Definition at line 247 of file bgp_multicast.h.
McastSGEntry::McastSGEntry | ( | McastManagerPartition * | partition, |
Ip4Address | group, | ||
Ip4Address | source | ||
) |
Definition at line 379 of file bgp_multicast.cc.
McastSGEntry::~McastSGEntry | ( | ) |
void McastSGEntry::AddForwarder | ( | McastForwarder * | forwarder | ) |
void McastSGEntry::AddLocalTreeRoute | ( | ) |
void McastSGEntry::ChangeForwarder | ( | McastForwarder * | forwarder | ) |
|
inline |
Definition at line 235 of file bgp_multicast.h.
|
inline |
Definition at line 231 of file bgp_multicast.h.
void McastSGEntry::DeleteForwarder | ( | McastForwarder * | forwarder | ) |
void McastSGEntry::DeleteLocalTreeRoute | ( | ) |
|
private |
bool McastSGEntry::empty | ( | ) | const |
Definition at line 735 of file bgp_multicast.cc.
bool McastSGEntry::GetForestNodePMSI | ( | uint32_t * | label, |
Ip4Address * | address, | ||
std::vector< std::string > * | encap | ||
) | const |
ErmVpnRoute * McastSGEntry::GetGlobalTreeRootRoute | ( | ) | const |
const RouteDistinguisher & McastSGEntry::GetSourceRd | ( | ) | const |
|
inline |
Definition at line 224 of file bgp_multicast.h.
bool McastSGEntry::IsForestNode | ( | McastForwarder * | forwarder | ) |
Definition at line 731 of file bgp_multicast.cc.
bool McastSGEntry::IsTreeBuilder | ( | uint8_t | level | ) | const |
void McastSGEntry::NotifyForestNode | ( | ) |
|
inline |
Definition at line 233 of file bgp_multicast.h.
|
inline |
Definition at line 226 of file bgp_multicast.h.
|
inline |
Definition at line 234 of file bgp_multicast.h.
|
inline |
Definition at line 228 of file bgp_multicast.h.
|
inline |
Definition at line 225 of file bgp_multicast.h.
std::string McastSGEntry::ToString | ( | ) | const |
Definition at line 406 of file bgp_multicast.cc.
|
inline |
Definition at line 227 of file bgp_multicast.h.
void McastSGEntry::UpdateLocalTreeRoute | ( | ) |
|
private |
void McastSGEntry::UpdateTree | ( | ) |
Definition at line 703 of file bgp_multicast.cc.
|
private |
|
friend |
Definition at line 244 of file bgp_multicast.h.
|
friend |
Definition at line 245 of file bgp_multicast.h.
|
private |
Definition at line 254 of file bgp_multicast.h.
|
private |
Definition at line 257 of file bgp_multicast.h.
|
private |
Definition at line 253 of file bgp_multicast.h.
|
private |
Definition at line 255 of file bgp_multicast.h.
|
private |
Definition at line 259 of file bgp_multicast.h.
|
private |
Definition at line 252 of file bgp_multicast.h.
|
private |
Definition at line 253 of file bgp_multicast.h.
|
private |
Definition at line 256 of file bgp_multicast.h.
|
private |
Definition at line 258 of file bgp_multicast.h.