OpenSDN source code
|
#include <bgp_evpn.h>
Public Member Functions | |
RemotePe (const BgpPath *path) | |
bool | operator== (const RemotePe &rhs) const |
Equality operator for EvpnSegment::RemotePe. Do not compare esi_valid and single_active fields since they are derived. More... | |
Public Attributes | |
bool | esi_valid |
bool | single_active |
const IPeer * | peer |
BgpAttrPtr | attr |
uint32_t | flags |
BgpPath::PathSource | src |
Definition at line 207 of file bgp_evpn.h.
EvpnSegment::RemotePe::RemotePe | ( | const BgpPath * | path | ) |
Definition at line 559 of file bgp_evpn.cc.
bool EvpnSegment::RemotePe::operator== | ( | const RemotePe & | rhs | ) | const |
Equality operator for EvpnSegment::RemotePe. Do not compare esi_valid and single_active fields since they are derived.
Definition at line 573 of file bgp_evpn.cc.
BgpAttrPtr EvpnSegment::RemotePe::attr |
Definition at line 219 of file bgp_evpn.h.
bool EvpnSegment::RemotePe::esi_valid |
Definition at line 216 of file bgp_evpn.h.
uint32_t EvpnSegment::RemotePe::flags |
Definition at line 220 of file bgp_evpn.h.
const IPeer* EvpnSegment::RemotePe::peer |
Definition at line 218 of file bgp_evpn.h.
bool EvpnSegment::RemotePe::single_active |
Definition at line 217 of file bgp_evpn.h.
BgpPath::PathSource EvpnSegment::RemotePe::src |
Definition at line 221 of file bgp_evpn.h.