OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AgentParam::PortInfo Struct Reference

#include <agent_param.h>

Collaboration diagram for AgentParam::PortInfo:

Public Member Functions

 PortInfo ()
 
 ~PortInfo ()
 

Public Attributes

std::string name_
 
std::string vrf_
 
Ip4Address addr_
 
Ip4Address prefix_
 
int plen_
 
Ip4Address gw_
 

Detailed Description

Definition at line 155 of file agent_param.h.

Constructor & Destructor Documentation

AgentParam::PortInfo::PortInfo ( )
inline

Definition at line 156 of file agent_param.h.

AgentParam::PortInfo::~PortInfo ( )
inline

Definition at line 158 of file agent_param.h.

Member Data Documentation

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 158 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.


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