|
OpenSDN source code
|
#include <ovsdb_route_data.h>


Public Member Functions | |
| OvsdbRouteResyncData (const SecurityGroupList &sg_list) | |
| virtual | ~OvsdbRouteResyncData () |
| virtual std::string | ToString () const |
| virtual bool | AddChangePathExtended (Agent *agent, AgentPath *path, const AgentRoute *data) |
Public Member Functions inherited from AgentRouteData | |
| AgentRouteData (Type type, bool is_multicast, uint64_t sequence_number) | |
| virtual | ~AgentRouteData () |
| virtual AgentPath * | CreateAgentPath (const Peer *peer, AgentRoute *rt) const |
| virtual bool | CanDeletePath (Agent *agent, AgentPath *path, const AgentRoute *rt) const |
| virtual bool | UpdateRoute (AgentRoute *rt) |
| bool | AddChangePath (Agent *agent, AgentPath *path, const AgentRoute *rt) |
| bool | is_multicast () const |
| uint64_t | sequence_number () const |
| DISALLOW_COPY_AND_ASSIGN (AgentRouteData) | |
Public Member Functions inherited from AgentData | |
| AgentData () | |
| virtual | ~AgentData () |
Public Member Functions inherited from DBRequestData | |
| virtual | ~DBRequestData () |
Private Member Functions | |
| DISALLOW_COPY_AND_ASSIGN (OvsdbRouteResyncData) | |
Private Attributes | |
| SecurityGroupList | sg_list_ |
Additional Inherited Members | |
Public Types inherited from AgentRouteData | |
| enum | Type { ADD_DEL_CHANGE , ROUTE_PREFERENCE_CHANGE , IPAM_SUBNET } |
Public Attributes inherited from AgentRouteData | |
| Type | type_ |
| bool | is_multicast_ |
| uint64_t | sequence_number_ |
Definition at line 40 of file ovsdb_route_data.h.
| OvsdbRouteResyncData::OvsdbRouteResyncData | ( | const SecurityGroupList & | sg_list | ) |
Definition at line 98 of file ovsdb_route_data.cc.
|
virtual |
Definition at line 103 of file ovsdb_route_data.cc.
|
virtual |
Implements AgentRouteData.
Definition at line 110 of file ovsdb_route_data.cc.

|
private |
|
virtual |
Implements AgentRouteData.
Definition at line 106 of file ovsdb_route_data.cc.
|
private |
Definition at line 50 of file ovsdb_route_data.h.