OpenSDN source code
|
#include <boost/uuid/uuid_io.hpp>
#include <cmn/agent_cmn.h>
#include <route/route.h>
#include <oper/ecmp_load_balance.h>
#include <oper/route_common.h>
#include <oper/vrf.h>
#include <oper/tunnel_nh.h>
#include <oper/mpls.h>
#include <oper/mirror_table.h>
#include <controller/controller_export.h>
#include <controller/controller_peer.h>
#include <controller/controller_route_path.h>
#include <oper/agent_sandesh.h>
#include <pkt/pkt_init.h>
#include <pkt/pkt_handler.h>
Go to the source code of this file.
Functions | |
static void | EvpnTableEnqueue (Agent *agent, DBRequest *req) |
static void | EvpnTableProcess (Agent *agent, const string &vrf_name, DBRequest &req) |
Definition at line 29 of file vnsw/agent/oper/evpn_route.cc.
Definition at line 36 of file vnsw/agent/oper/evpn_route.cc.