OpenSDN source code
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

◆ ConfigEntry()

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

◆ active_

bool VxLanTable::ConfigEntry::active_

Definition at line 133 of file vxlan.h.

◆ bridge_

bool VxLanTable::ConfigEntry::bridge_

Definition at line 136 of file vxlan.h.

◆ flood_unknown_unicast_

bool VxLanTable::ConfigEntry::flood_unknown_unicast_

Definition at line 132 of file vxlan.h.

◆ learning_enabled_

bool VxLanTable::ConfigEntry::learning_enabled_

Definition at line 135 of file vxlan.h.

◆ mirror_destination_

bool VxLanTable::ConfigEntry::mirror_destination_

Definition at line 134 of file vxlan.h.

◆ vrf_

std::string VxLanTable::ConfigEntry::vrf_

Definition at line 131 of file vxlan.h.


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