#include <algorithm>
#include <fstream>
#include <iostream>
#include <string>
#include <vector>
#include <base/logging.h>
#include <base/lifetime.h>
#include <base/misc_utils.h>
#include <io/event_manager.h>
#include <ifmap/ifmap_link.h>
#include <cmn/agent_cmn.h>
#include <vnc_cfg_types.h>
#include <agent_types.h>
#include <base/sandesh/task_types.h>
#include <init/agent_param.h>
#include <cmn/agent_signal.h>
#include <cfg/cfg_init.h>
#include <cfg/cfg_mirror.h>
#include <cmn/agent.h>
#include <cmn/event_notifier.h>
#include <cmn/xmpp_server_address_parser.h>
#include <controller/controller_init.h>
#include <controller/controller_peer.h>
#include <oper/operdb_init.h>
#include <oper/config_manager.h>
#include <oper/interface_common.h>
#include <oper/health_check.h>
#include <oper/metadata_ip.h>
#include <oper/multicast.h>
#include <oper/nexthop.h>
#include <oper/mirror_table.h>
#include <oper/mpls.h>
#include <oper/peer.h>
#include <xmpp/xmpp_client.h>
#include <filter/acl.h>
#include <cmn/agent_factory.h>
#include <net/if.h>
Go to the source code of this file.
std::string AgentBackTrace |
( |
int |
skip = 1 | ) |
|
static bool interface_exist |
( |
string & |
name | ) |
|
|
static |
static void SetTaskPolicyOne |
( |
const char * |
task, |
|
|
const char * |
exclude_list[], |
|
|
int |
count |
|
) |
| |
|
static |