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

Public Member Functions | |
| OriginOverrideConfig () | |
| bool | operator< (const OriginOverrideConfig &rhs) const |
Public Attributes | |
| bool | origin_override |
| std::string | origin |
Definition at line 150 of file bgp_config.h.
| BgpNeighborConfig::OriginOverrideConfig::OriginOverrideConfig | ( | ) |
Definition at line 153 of file bgp_config.cc.
| bool BgpNeighborConfig::OriginOverrideConfig::operator< | ( | const OriginOverrideConfig & | rhs | ) | const |
| std::string BgpNeighborConfig::OriginOverrideConfig::origin |
Definition at line 155 of file bgp_config.h.
| bool BgpNeighborConfig::OriginOverrideConfig::origin_override |
Definition at line 154 of file bgp_config.h.