#include <string>
#include <vector>
#include <boost/uuid/uuid_io.hpp>
#include <vnc_cfg_types.h>
#include <base/logging.h>
#include <base/string_util.h>
#include <base/bgp_as_service_utils.h>
#include <base/address_util.h>
#include <cmn/agent_cmn.h>
#include <init/agent_param.h>
#include <ifmap/ifmap_node.h>
#include <ifmap/ifmap_link.h>
#include <cfg/cfg_init.h>
#include <cmn/agent.h>
#include <oper/operdb_init.h>
#include <oper/bgp_as_service.h>
#include <oper/bgp_router.h>
#include <oper/audit_list.h>
#include <oper/agent_sandesh.h>
#include <oper/config_manager.h>
#include <oper/vn.h>
#include <bgp_schema_types.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <fcntl.h>
#include "oper/global_system_config.h"
#include <resource_manager/resource_manager.h>
#include <resource_manager/resource_table.h>
#include <resource_manager/bgp_as_service_index.h>
Go to the source code of this file.
static const std::string GetBgpRouterVrfName |
( |
const Agent * |
agent, |
|
|
IFMapNode * |
node |
|
) |
| |
|
static |
static const std::string GetControlNodeZoneName |
( |
IFMapNode * |
node | ) |
|
|
static |