OpenSDN source code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
EdgeForwardingSpec::Edge Struct Reference

#include <bgp_attr.h>

Inheritance diagram for EdgeForwardingSpec::Edge:
Collaboration diagram for EdgeForwardingSpec::Edge:

Public Member Functions

Ip4Address GetInboundIp4Address () const
 
Ip4Address GetOutboundIp4Address () const
 
void SetInboundIp4Address (Ip4Address addr)
 
void SetOutboundIp4Address (Ip4Address addr)
 
- Public Member Functions inherited from ParseObject
virtual ~ParseObject ()
 

Public Attributes

int address_len
 
std::vector< uint8_t > inbound_address
 
std::vector< uint8_t > outbound_address
 
uint32_t inbound_label
 
uint32_t outbound_label
 

Detailed Description

Definition at line 554 of file bgp_attr.h.

Member Function Documentation

Ip4Address EdgeForwardingSpec::Edge::GetInboundIp4Address ( ) const

Definition at line 594 of file bgp_attr.cc.

Here is the call graph for this function:

Ip4Address EdgeForwardingSpec::Edge::GetOutboundIp4Address ( ) const

Definition at line 598 of file bgp_attr.cc.

Here is the call graph for this function:

void EdgeForwardingSpec::Edge::SetInboundIp4Address ( Ip4Address  addr)

Definition at line 602 of file bgp_attr.cc.

void EdgeForwardingSpec::Edge::SetOutboundIp4Address ( Ip4Address  addr)

Definition at line 609 of file bgp_attr.cc.

Member Data Documentation

int EdgeForwardingSpec::Edge::address_len

Definition at line 560 of file bgp_attr.h.

std::vector<uint8_t> EdgeForwardingSpec::Edge::inbound_address

Definition at line 561 of file bgp_attr.h.

uint32_t EdgeForwardingSpec::Edge::inbound_label

Definition at line 562 of file bgp_attr.h.

std::vector<uint8_t> EdgeForwardingSpec::Edge::outbound_address

Definition at line 561 of file bgp_attr.h.

uint32_t EdgeForwardingSpec::Edge::outbound_label

Definition at line 562 of file bgp_attr.h.


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