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

Public Member Functions | |
| PortInfo () | |
| ~PortInfo () | |
Public Attributes | |
| std::string | name_ |
| std::string | vrf_ |
| Ip4Address | addr_ |
| Ip4Address | prefix_ |
| int | plen_ |
| Ip4Address | gw_ |
Definition at line 155 of file agent_param.h.
|
inline |
Definition at line 156 of file agent_param.h.
|
inline |
Definition at line 158 of file agent_param.h.
| Ip4Address AgentParam::PortInfo::addr_ |
Definition at line 162 of file agent_param.h.
| Ip4Address AgentParam::PortInfo::gw_ |
Definition at line 165 of file agent_param.h.
| std::string AgentParam::PortInfo::name_ |
Definition at line 160 of file agent_param.h.
| int AgentParam::PortInfo::plen_ |
Definition at line 164 of file agent_param.h.
| Ip4Address AgentParam::PortInfo::prefix_ |
Definition at line 163 of file agent_param.h.
| std::string AgentParam::PortInfo::vrf_ |
Definition at line 161 of file agent_param.h.