OpenSDN source code
StaticRouteConfig Struct Reference

#include <bgp_config.h>

Collaboration diagram for StaticRouteConfig:

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
 

Detailed Description

Definition at line 337 of file bgp_config.h.

Member Function Documentation

◆ operator<()

bool StaticRouteConfig::operator< ( const StaticRouteConfig rhs) const

Definition at line 302 of file bgp_config.cc.

Member Data Documentation

◆ address

IpAddress StaticRouteConfig::address

Definition at line 339 of file bgp_config.h.

◆ communities

std::vector<std::string> StaticRouteConfig::communities

Definition at line 343 of file bgp_config.h.

◆ nexthop

IpAddress StaticRouteConfig::nexthop

Definition at line 341 of file bgp_config.h.

◆ prefix_length

int StaticRouteConfig::prefix_length

Definition at line 340 of file bgp_config.h.

◆ route_targets

std::vector<std::string> StaticRouteConfig::route_targets

Definition at line 342 of file bgp_config.h.


The documentation for this struct was generated from the following files: