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

#include <route_ksync.h>

Inheritance diagram for VrfKSyncObject::VrfState:
Collaboration diagram for VrfKSyncObject::VrfState:

Public Member Functions

 VrfState (Agent *agent)
 
- Public Member Functions inherited from DBState
virtual ~DBState ()
 

Public Attributes

bool seen_
 
RouteKSyncObjectinet4_uc_route_table_
 
RouteKSyncObjectinet4_mc_route_table_
 
RouteKSyncObjectinet6_uc_route_table_
 
RouteKSyncObjectbridge_route_table_
 
IpToMacBinding ip_mac_binding_
 
DBTableBase::ListenerId evpn_rt_table_listener_id_
 
AgentRouteWalkerPtr ksync_route_walker_
 
VrfKSyncEntryksync_
 

Detailed Description

Definition at line 228 of file route_ksync.h.

Constructor & Destructor Documentation

VrfKSyncObject::VrfState::VrfState ( Agent agent)

Definition at line 972 of file route_ksync.cc.

Here is the call graph for this function:

Member Data Documentation

RouteKSyncObject* VrfKSyncObject::VrfState::bridge_route_table_

Definition at line 234 of file route_ksync.h.

DBTableBase::ListenerId VrfKSyncObject::VrfState::evpn_rt_table_listener_id_

Definition at line 236 of file route_ksync.h.

RouteKSyncObject* VrfKSyncObject::VrfState::inet4_mc_route_table_

Definition at line 232 of file route_ksync.h.

RouteKSyncObject* VrfKSyncObject::VrfState::inet4_uc_route_table_

Definition at line 231 of file route_ksync.h.

RouteKSyncObject* VrfKSyncObject::VrfState::inet6_uc_route_table_

Definition at line 233 of file route_ksync.h.

IpToMacBinding VrfKSyncObject::VrfState::ip_mac_binding_

Definition at line 235 of file route_ksync.h.

VrfKSyncEntry* VrfKSyncObject::VrfState::ksync_

Definition at line 238 of file route_ksync.h.

AgentRouteWalkerPtr VrfKSyncObject::VrfState::ksync_route_walker_

Definition at line 237 of file route_ksync.h.

bool VrfKSyncObject::VrfState::seen_

Definition at line 230 of file route_ksync.h.


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