Skip to content

Commit

Permalink
Merge "Initialise agent parameter." into R2.22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Jun 7, 2016
2 parents 756060c + f5a1395 commit a4de788
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/vnsw/agent/cmn/agent.cc
Original file line number Diff line number Diff line change
Expand Up @@ -455,9 +455,11 @@ Agent::Agent() :
ifmap_channel_(), xmpp_client_(), xmpp_init_(),
dns_xmpp_channel_(), dns_xmpp_client_(), dns_xmpp_init_(),
agent_stale_cleaner_(NULL), cn_mcast_builder_(NULL), ds_client_(NULL),
host_name_(""), agent_name_(""), prog_name_(""), introspect_port_(0),
metadata_server_port_(0), host_name_(""), agent_name_(""),
prog_name_(""), introspect_port_(0),
instance_id_(g_vns_constants.INSTANCE_ID_DEFAULT),
module_type_(Module::VROUTER_AGENT), db_(NULL), task_scheduler_(NULL),
module_type_(Module::VROUTER_AGENT), send_ratelimit_(0),
db_(NULL), task_scheduler_(NULL),
agent_init_(NULL), fabric_vrf_(NULL), intf_table_(NULL),
nh_table_(NULL), uc_rt_table_(NULL), mc_rt_table_(NULL), vrf_table_(NULL),
vm_table_(NULL), vn_table_(NULL), sg_table_(NULL), mpls_table_(NULL),
Expand Down

0 comments on commit a4de788

Please sign in to comment.