OpenSDN source code
|
#include <bgp_config.h>
Public Types | |
enum | ActionType { ACCEPT, REJECT, NEXT_TERM } |
Public Member Functions | |
std::string | ToString () const |
Public Attributes | |
ActionUpdate | update |
ActionType | action |
Definition at line 382 of file bgp_config.h.
Enumerator | |
---|---|
ACCEPT | |
REJECT | |
NEXT_TERM |
Definition at line 383 of file bgp_config.h.
string RoutingPolicyActionConfig::ToString | ( | ) | const |
ActionType RoutingPolicyActionConfig::action |
Definition at line 389 of file bgp_config.h.
ActionUpdate RoutingPolicyActionConfig::update |
Definition at line 388 of file bgp_config.h.