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

#include <vxlan.h>

Collaboration diagram for VxLanTable::ConfigEntry:

Public Member Functions

 ConfigEntry (const std::string &vrf, bool flood_unknown_unicast, bool active, bool mirror_destination, bool bridge)
 

Public Attributes

std::string vrf_
 
bool flood_unknown_unicast_
 
bool active_
 
bool mirror_destination_
 
bool learning_enabled_
 
bool bridge_
 

Detailed Description

Definition at line 123 of file vxlan.h.

Constructor & Destructor Documentation

VxLanTable::ConfigEntry::ConfigEntry ( const std::string &  vrf,
bool  flood_unknown_unicast,
bool  active,
bool  mirror_destination,
bool  bridge 
)
inline

Definition at line 124 of file vxlan.h.

Member Data Documentation

bool VxLanTable::ConfigEntry::active_

Definition at line 133 of file vxlan.h.

bool VxLanTable::ConfigEntry::bridge_

Definition at line 136 of file vxlan.h.

bool VxLanTable::ConfigEntry::flood_unknown_unicast_

Definition at line 132 of file vxlan.h.

bool VxLanTable::ConfigEntry::learning_enabled_

Definition at line 135 of file vxlan.h.

bool VxLanTable::ConfigEntry::mirror_destination_

Definition at line 134 of file vxlan.h.

std::string VxLanTable::ConfigEntry::vrf_

Definition at line 131 of file vxlan.h.


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