OpenSDN source code
|
#include <linux_fdb.h>
Public Member Functions | |
KSyncLinuxVrfObject (KSyncLinuxVxlan *ksync) | |
virtual | ~KSyncLinuxVrfObject () |
KSyncVxlanRouteObject * | AllocBridgeRouteTable (const VrfEntry *entry) |
![]() | |
KSyncVxlanVrfObject (KSyncVxlan *ksync) | |
virtual | ~KSyncVxlanVrfObject () |
void | Init () |
void | Shutdown () |
void | RegisterDBClients () |
KSyncVxlan * | ksync () const |
void | VrfNotify (DBTablePartBase *partition, DBEntryBase *e) |
void | AddToVrfMap (uint32_t vrf_id, KSyncVxlanRouteObject *) |
void | DelFromVrfMap (KSyncVxlanRouteObject *) |
KSyncVxlanRouteObject * | GetRouteKSyncObject (uint32_t vrf_id) const |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (KSyncLinuxVrfObject) | |
Additional Inherited Members | |
![]() | |
typedef std::map< uint32_t, KSyncVxlanRouteObject * > | VrfRouteObjectMap |
Definition at line 14 of file linux_fdb.h.
KSyncLinuxVrfObject::KSyncLinuxVrfObject | ( | KSyncLinuxVxlan * | ksync | ) |
Definition at line 317 of file linux_vxlan.cc.
|
virtual |
Definition at line 321 of file linux_vxlan.cc.
|
virtual |
Implements KSyncVxlanVrfObject.
Definition at line 325 of file linux_vxlan.cc.
|
private |