#include <ovsdb_route_data.h>
|
| | OvsdbRouteData (const Peer *peer, uint32_t vxlan_id, const Ip4Address &tor_ip, const Ip4Address &router_id, const std::string &tor_vrf, const std::string &dest_vn_name, const SecurityGroupList &sg_list, bool ha_stale_export, uint32_t sequence) |
| |
| | OvsdbRouteData (const Peer *peer) |
| |
| virtual | ~OvsdbRouteData () |
| |
| virtual std::string | ToString () const |
| |
| virtual bool | AddChangePathExtended (Agent *agent, AgentPath *path, const AgentRoute *data) |
| |
| | 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) |
| |
| | AgentData () |
| |
| virtual | ~AgentData () |
| |
| virtual | ~DBRequestData () |
| |
Definition at line 12 of file ovsdb_route_data.h.
◆ OvsdbRouteData() [1/2]
| OvsdbRouteData::OvsdbRouteData |
( |
const Peer * |
peer, |
|
|
uint32_t |
vxlan_id, |
|
|
const Ip4Address & |
tor_ip, |
|
|
const Ip4Address & |
router_id, |
|
|
const std::string & |
tor_vrf, |
|
|
const std::string & |
dest_vn_name, |
|
|
const SecurityGroupList & |
sg_list, |
|
|
bool |
ha_stale_export, |
|
|
uint32_t |
sequence |
|
) |
| |
◆ OvsdbRouteData() [2/2]
| OvsdbRouteData::OvsdbRouteData |
( |
const Peer * |
peer | ) |
|
◆ ~OvsdbRouteData()
| OvsdbRouteData::~OvsdbRouteData |
( |
| ) |
|
|
virtual |
◆ AddChangePathExtended()
◆ DISALLOW_COPY_AND_ASSIGN()
◆ ToString()
| std::string OvsdbRouteData::ToString |
( |
| ) |
const |
|
virtual |
◆ dest_vn_name_
| std::string OvsdbRouteData::dest_vn_name_ |
|
private |
◆ ha_stale_export_
| bool OvsdbRouteData::ha_stale_export_ |
|
private |
◆ peer_
| const Peer* OvsdbRouteData::peer_ |
|
private |
◆ router_id_
◆ sequence_
| uint32_t OvsdbRouteData::sequence_ |
|
private |
◆ sg_list_
◆ tor_ip_
◆ tor_vrf_
| std::string OvsdbRouteData::tor_vrf_ |
|
private |
◆ vxlan_id_
| uint32_t OvsdbRouteData::vxlan_id_ |
|
private |
The documentation for this class was generated from the following files: