OpenSDN source code
|
#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 |
Definition at line 585 of file bgp_attr.h.
|
explicit |
bool EdgeForwarding::Edge::operator< | ( | const Edge & | rhs | ) | const |
Definition at line 679 of file bgp_attr.cc.
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.