Skip to content

Commit

Permalink
Merge "Remove fields from dropstats sandesh" into R3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed May 21, 2016
2 parents 26af87a + 17675ad commit db9479e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/vnsw/agent/kstate/kstate.cc
Expand Up @@ -376,7 +376,6 @@ void KState::DropStatsMsgHandler(vr_drop_stats_req *req) {
resp->set_ds_pcow_fail(req->get_vds_pcow_fail());
resp->set_ds_flood(req->get_vds_flood());
resp->set_ds_mcast_clone_fail(req->get_vds_mcast_clone_fail());
resp->set_ds_composite_invalid_interface(req->get_vds_composite_invalid_interface());
resp->set_ds_rewrite_fail(req->get_vds_rewrite_fail());
resp->set_ds_misc(req->get_vds_misc());
resp->set_ds_invalid_packet(req->get_vds_invalid_packet());
Expand Down
2 changes: 1 addition & 1 deletion src/vnsw/agent/kstate/kstate.sandesh
Expand Up @@ -355,7 +355,7 @@ response sandesh KDropStatsResp {
30: u64 ds_pcow_fail;
31: u64 ds_flood;
32: u64 ds_mcast_clone_fail;
33: u64 ds_composite_invalid_interface;
33: u64 ds_no_memory;
34: u64 ds_rewrite_fail;
35: u64 ds_misc;
36: u64 ds_invalid_packet;
Expand Down

0 comments on commit db9479e

Please sign in to comment.