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

#include <bgp_evpn.h>

Collaboration diagram for EvpnSegment::RemotePe:

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 IPeerpeer
 
BgpAttrPtr attr
 
uint32_t flags
 
BgpPath::PathSource src
 

Detailed Description

Definition at line 207 of file bgp_evpn.h.

Constructor & Destructor Documentation

EvpnSegment::RemotePe::RemotePe ( const BgpPath path)

Definition at line 559 of file bgp_evpn.cc.

Member Function Documentation

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.

Member Data Documentation

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.


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