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

#include <bgp_attr.h>

Public Member Functions

 Edge (const EdgeForwardingSpec::Edge *edge_spec)
 
bool operator< (const Edge &rhs) const
 

Public Attributes

Ip4Address inbound_address
 
Ip4Address outbound_address
 
uint32_t inbound_label
 
uint32_t outbound_label
 

Detailed Description

Definition at line 585 of file bgp_attr.h.

Constructor & Destructor Documentation

EdgeForwarding::Edge::Edge ( const EdgeForwardingSpec::Edge edge_spec)
explicit

Definition at line 672 of file bgp_attr.cc.

Here is the call graph for this function:

Member Function Documentation

bool EdgeForwarding::Edge::operator< ( const Edge rhs) const

Definition at line 679 of file bgp_attr.cc.

Member Data Documentation

Ip4Address EdgeForwarding::Edge::inbound_address

Definition at line 588 of file bgp_attr.h.

uint32_t EdgeForwarding::Edge::inbound_label

Definition at line 589 of file bgp_attr.h.

Ip4Address EdgeForwarding::Edge::outbound_address

Definition at line 588 of file bgp_attr.h.

uint32_t EdgeForwarding::Edge::outbound_label

Definition at line 589 of file bgp_attr.h.


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