|
OpenSDN source code
|
#include <bgp_config.h>

Public Member Functions | |
| bool | operator< (const StaticRouteConfig &rhs) const |
Public Attributes | |
| IpAddress | address |
| int | prefix_length |
| IpAddress | nexthop |
| std::vector< std::string > | route_targets |
| std::vector< std::string > | communities |
Definition at line 337 of file bgp_config.h.
| bool StaticRouteConfig::operator< | ( | const StaticRouteConfig & | rhs | ) | const |
Definition at line 302 of file bgp_config.cc.
| IpAddress StaticRouteConfig::address |
Definition at line 339 of file bgp_config.h.
| std::vector<std::string> StaticRouteConfig::communities |
Definition at line 343 of file bgp_config.h.
| IpAddress StaticRouteConfig::nexthop |
Definition at line 341 of file bgp_config.h.
| int StaticRouteConfig::prefix_length |
Definition at line 340 of file bgp_config.h.
| std::vector<std::string> StaticRouteConfig::route_targets |
Definition at line 342 of file bgp_config.h.