OpenSDN source code
|
#include <cmn/agent_cmn.h>
#include <boost/property_tree/xml_parser.hpp>
#include <db/db_graph.h>
#include <cmn/agent.h>
#include <cmn/agent_db.h>
#include <bgp_schema_types.h>
#include <cfg/cfg_init.h>
#include <cfg/cfg_filter.h>
#include <cfg/cfg_mirror.h>
#include <oper/vn.h>
#include <oper/sg.h>
#include <oper/vm.h>
#include <oper/vrf.h>
#include <oper/nexthop.h>
#include <oper/interface_common.h>
#include <oper/mirror_table.h>
#include <oper/route_common.h>
#include <oper/operdb_init.h>
#include <oper/global_vrouter.h>
#include <oper/service_instance.h>
#include <oper/physical_device.h>
#include <vgw/cfg_vgw.h>
#include <vgw/vgw.h>
#include <filter/acl.h>
Go to the source code of this file.
Functions | |
void | IFMapAgentSandeshInit (DB *, IFMapAgentParser *) |
SandeshTraceBufferPtr | CfgTraceBuf (SandeshTraceBufferCreate("Config", 2000)) |
SandeshTraceBufferPtr CfgTraceBuf | ( | SandeshTraceBufferCreate("Config", 2000) | ) |
void IFMapAgentSandeshInit | ( | DB * | , |
IFMapAgentParser * | |||
) |
Definition at line 385 of file ifmap_agent_sandesh.cc.