OpenSDN source code
|
#include <bgp_proto.h>
Classes | |
struct | GR |
struct | LLGR |
Public Types | |
enum | CapabilityCode { Reserved = 0, MpExtension = 1, RouteRefresh = 2, OutboundRouteFiltering = 3, MultipleRoutesToADestination = 4, ExtendedNextHop = 5, GracefulRestart = 64, AS4Support = 65, Dynamic = 67, MultisessionBgp = 68, AddPath = 69, EnhancedRouteRefresh = 70, LongLivedGracefulRestart = 71, RouteRefreshCisco = 128 } |
Public Member Functions | |
Capability () | |
Capability (int code, const uint8_t *src, int size) | |
![]() | |
virtual | ~ParseObject () |
Static Public Member Functions | |
static std::string | CapabilityToString (int capability) |
Public Attributes | |
int | code |
std::vector< uint8_t > | capability |
Definition at line 69 of file bgp_proto.h.
Definition at line 70 of file bgp_proto.h.
|
inline |
Definition at line 122 of file bgp_proto.h.
|
inlineexplicit |
Definition at line 123 of file bgp_proto.h.
|
inlinestatic |
Definition at line 86 of file bgp_proto.h.
std::vector<uint8_t> BgpProto::OpenMessage::Capability::capability |
Definition at line 210 of file bgp_proto.h.
int BgpProto::OpenMessage::Capability::code |
Definition at line 209 of file bgp_proto.h.