OpenSDN source code
|
#include <linux_vxlan.h>
Public Member Functions | |
KSyncLinuxVxlan (Agent *agent) | |
virtual | ~KSyncLinuxVxlan () |
void | Init () |
![]() | |
KSyncVxlan (Agent *agent) | |
virtual | ~KSyncVxlan () |
void | RegisterDBClients (DB *db) |
void | Init () |
void | Shutdown () |
KSyncVxlanBridgeObject * | bridge_obj () const |
KSyncVxlanPortObject * | port_obj () const |
KSyncVxlanVrfObject * | vrf_obj () const |
Agent * | agent () const |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (KSyncLinuxVxlan) | |
Additional Inherited Members | |
![]() | |
static KSyncEntry * | defer_entry () |
static void | set_defer_entry (KSyncEntry *entry) |
![]() | |
void | set_bridge_obj (KSyncVxlanBridgeObject *obj) |
void | set_port_obj (KSyncVxlanPortObject *obj) |
void | set_vrf_obj (KSyncVxlanVrfObject *obj) |
Definition at line 24 of file linux_vxlan.h.
KSyncLinuxVxlan::KSyncLinuxVxlan | ( | Agent * | agent | ) |
|
inlinevirtual |
Definition at line 27 of file linux_vxlan.h.
|
private |
void KSyncLinuxVxlan::Init | ( | ) |
Definition at line 42 of file linux_vxlan.cc.