24 #include <ovsdb_types.h>
26 using namespace OVSDB;
29 const std::string &logical_switch) :
OvsdbDBEntry(table),
30 logical_switch_name_(logical_switch), route_table_(NULL),
31 oper_route_table_(NULL) {
115 struct ovsdb_idl_row *row) {
117 const char *logical_switch =
120 if (logical_switch == NULL)
125 if (vrf_ovsdb == NULL) {
141 key.
dest_ip_ = std::string(dest_ip);
146 key.
dest_ip_ = std::string(dest_ip);
174 if (vrf->
vn() == NULL) {
178 if (ovsdb_entry != NULL) {
198 if (
false == args.
Get(
"mac", &
mac_)) {
204 std::string resp_ctx,
const std::string &ip, uint32_t port,
205 const std::string &logical_switch,
const std::string &mac) :
237 OvsdbVrfEntry ventry;
242 ventry.set_unicast_remote_table(
task.EncodeFirstPage());
243 OvsdbVrfResp *vrf_resp =
static_cast<OvsdbVrfResp *
>(resp);
245 std::vector<OvsdbVrfEntry> &vrf_list =
246 const_cast<std::vector<OvsdbVrfEntry>&
>(vrf_resp->get_vrfs());
247 vrf_list.push_back(ventry);
258 void OvsdbVrfReq::HandleRequest()
const {
261 get_session_remote_port(),
262 get_logical_switch(), get_mac());
KSyncEntry * UnresolvedReference()
char * ovsdb_wrapper_ucast_mac_remote_mac(struct ovsdb_idl_row *row)
OvsdbClientIdl * client_idl()
std::string logical_switch_
DBFilterResp OvsdbDBEntryFilter(const DBEntry *entry, const OvsdbDBEntry *ovsdb_entry)
The TaskScheduler keeps track of what tasks are currently schedulable. When a task is enqueued it is ...
VrfOvsdbObject(OvsdbClientIdl *idl)
std::string logical_switch_name_
AgentRouteTable * oper_route_table_
OvsdbClientIdlPtr client_idl_
bool IsLess(const KSyncEntry &) const
std::string StateString() const
void EncodeArgs(AgentSandeshArguments &args)
char * ovsdb_wrapper_ucast_mac_remote_logical_switch(struct ovsdb_idl_row *row)
UnicastMacRemoteTable * route_table_
char * ovsdb_wrapper_ucast_mac_remote_dst_ip(struct ovsdb_idl_row *row)
static std::string UuidToString(const boost::uuids::uuid &id)
FilterResp Filter(KSyncEntry *entry)
void OvsdbNotify(OvsdbClientIdl::Op, struct ovsdb_idl_row *)
void TriggerAck(UnicastMacRemoteTable *table)
virtual ~OvsdbVrfSandeshTask()
bool Get(const std::string &key, std::string *val) const
void SafeNotifyEvent(KSyncEntry *entry, KSyncEntry::KSyncEvent event)
static TaskScheduler * GetInstance()
void Enqueue(Task *task)
Enqueues a task for running. Starts task if all policy rules are met else puts task in waitq...
KSyncEntry * Alloc(const KSyncEntry *key, uint32_t index)
DBTableBase * GetDBTable()
void NotifyDeleteOvsdb(OvsdbDBEntry *key, struct ovsdb_idl_row *row)
void SendTrace(Trace event) const
KSyncObject * GetObject() const
AgentRouteTable * GetBridgeRouteTable() const
OvsdbClientIdl * client_idl()
KSyncEntry * Find(const KSyncEntry *key)
bool Add(const std::string &key, const std::string &val)
OvsdbVrfSandeshTask(std::string resp_ctx, AgentSandeshArguments &args)
VrfOvsdbObject * vrf_ovsdb()
const std::string & logical_switch_name()
KSyncEntry * CreateStale(const KSyncEntry *key)
KSyncObject * GetObject(OvsdbClientSession *session)
VrfOvsdbEntry(OvsdbDBObject *table, const std::string &logical_switch)
OvsdbDBEntry * AllocOvsEntry(struct ovsdb_idl_row *row)
virtual ~VrfOvsdbObject()
KSyncEntry * DBToKSyncEntry(const DBEntry *)
const boost::uuids::uuid & GetUuid() const
virtual void OvsdbRegisterDBTable(DBTable *tbl)
void UpdateResp(KSyncEntry *kentry, SandeshResponse *resp)
SandeshResponse * Alloc()
void NotifyAddOvsdb(OvsdbDBEntry *key, struct ovsdb_idl_row *row)