OpenSDN source code
|
#include <bgp_attr.h>
Public Member Functions | |
BgpOListElem (Ip4Address address, uint32_t label, std::vector< std::string > encap=std::vector< std::string >()) | |
bool | operator< (const BgpOListElem &rhs) const |
Public Attributes | |
Ip4Address | address |
uint32_t | label |
std::vector< std::string > | encap |
Definition at line 663 of file bgp_attr.h.
|
inline |
Definition at line 665 of file bgp_attr.h.
bool BgpOListElem::operator< | ( | const BgpOListElem & | rhs | ) | const |
Definition at line 726 of file bgp_attr.cc.
Ip4Address BgpOListElem::address |
Definition at line 672 of file bgp_attr.h.
std::vector<std::string> BgpOListElem::encap |
Definition at line 674 of file bgp_attr.h.
uint32_t BgpOListElem::label |
Definition at line 673 of file bgp_attr.h.