OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
agent_paths.cc
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2018 Juniper Networks, Inc. All rights reserved.
3  */
4 
5 #include <cmn/agent.h>
6 
7 const std::string Agent::config_file_ = "/etc/contrail/contrail-vrouter-agent.conf";
8 const std::string Agent::log_file_ = "/var/log/contrail/vrouter.log";
static const std::string config_file_
Definition: agent.h:1646
static const std::string log_file_
Definition: agent.h:1647