Skip to content

Commit

Permalink
Merge "Do not overwrite packet type, now that ipv6 ECMP is supported"…
Browse files Browse the repository at this point in the history
… into R3.1
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Jul 26, 2016
2 parents 6c21bbc + 6520233 commit 10655af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dp-core/vr_nexthop.c
Expand Up @@ -664,7 +664,6 @@ nh_composite_ecmp(struct vr_packet *pkt, struct vr_nexthop *nh,
struct vr_nexthop *member_nh = NULL;
struct vr_vrf_stats *stats;

pkt->vp_type = VP_TYPE_IP;
stats = vr_inet_vrf_stats(fmd->fmd_dvrf, pkt->vp_cpu);
if (stats)
stats->vrf_ecmp_composites++;
Expand Down

0 comments on commit 10655af

Please sign in to comment.