OpenSDN source code
VrfExport::State Struct Reference

#include <controller_vrf_export.h>

Inheritance diagram for VrfExport::State:
Collaboration diagram for VrfExport::State:

Public Member Functions

 State ()
 
 ~State ()
 
bool IsExportable (uint64_t sequence_number)
 
- Public Member Functions inherited from DBState
virtual ~DBState ()
 

Public Attributes

bool exported_
 
bool mcast_exported_
 
bool force_chg_
 
RouteExportrt_export_ [Agent::ROUTE_TABLE_MAX]
 
uint64_t last_sequence_number_
 

Detailed Description

Definition at line 17 of file controller_vrf_export.h.

Constructor & Destructor Documentation

◆ State()

VrfExport::State::State ( )

Definition at line 20 of file controller_vrf_export.cc.

◆ ~State()

VrfExport::State::~State ( )

Definition at line 24 of file controller_vrf_export.cc.

Member Function Documentation

◆ IsExportable()

bool VrfExport::State::IsExportable ( uint64_t  sequence_number)

Definition at line 27 of file controller_vrf_export.cc.

Member Data Documentation

◆ exported_

bool VrfExport::State::exported_

Definition at line 20 of file controller_vrf_export.h.

◆ force_chg_

bool VrfExport::State::force_chg_

Definition at line 22 of file controller_vrf_export.h.

◆ last_sequence_number_

uint64_t VrfExport::State::last_sequence_number_

Definition at line 24 of file controller_vrf_export.h.

◆ mcast_exported_

bool VrfExport::State::mcast_exported_

Definition at line 21 of file controller_vrf_export.h.

◆ rt_export_

RouteExport* VrfExport::State::rt_export_[Agent::ROUTE_TABLE_MAX]

Definition at line 23 of file controller_vrf_export.h.


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