OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
agent_param.cc File Reference
#include "base/os.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/resource.h>
#include <net/if_arp.h>
#include <unistd.h>
#include <iostream>
#include <string>
#include <boost/property_tree/ini_parser.hpp>
#include <boost/algorithm/string.hpp>
#include <boost/foreach.hpp>
#include <boost/program_options.hpp>
#include <boost/thread/thread.hpp>
#include <base/bgp_as_service_utils.h>
#include <base/logging.h>
#include <base/misc_utils.h>
#include <base/options_util.h>
#include <contrail/pkt0_interface.h>
#include <sandesh/sandesh_trace.h>
#include <cmn/agent_cmn.h>
#include <init/agent_param.h>
#include <vgw/cfg_vgw.h>
Include dependency graph for agent_param.cc:

Go to the source code of this file.

Functions

static bool ValidateInterface (bool test_mode, const std::string &ifname, bool *no_arp, string *eth_encap)
 
void SetTraceBufferSize (const string &tracebuff, size_t size)
 

Function Documentation

void SetTraceBufferSize ( const string &  tracebuff,
size_t  size 
)

Definition at line 1482 of file agent_param.cc.

Here is the call graph for this function:

static bool ValidateInterface ( bool  test_mode,
const std::string &  ifname,
bool *  no_arp,
string *  eth_encap 
)
static

Definition at line 1347 of file agent_param.cc.