Skip to content

Commit

Permalink
Merge "Export NH stats of VRF in VN UVE" into R3.0.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Nov 16, 2016
2 parents 8b840ed + 0d05abf commit f5474cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vnsw/agent/uve/vn_uve_entry.cc
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ void VnUveEntry::BuildNhStats(const StatsManager::VrfStats *s,
mns.set_local_vm_l3_forwards(s->encap_composites);
mns.set_total_multicast_forwards(s->l2_mcast_composites);
nhs.set_comp_nh_stats(mns);
vrf_stats.set_nh_packet_counts(nhs);
}

bool VnUveEntry::FillVrfStats(int vrf_id, UveVirtualNetworkAgent &s_vn) {
Expand Down

0 comments on commit f5474cb

Please sign in to comment.