Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Do not overwrite packet type, now that ipv6 ECMP is supported
Change-Id: I71365b111b714bfa2d8c2b34b33a3473f2e6ff4e
Closes-Bug: #1566650
  • Loading branch information
anandhk-juniper committed Jul 25, 2016
1 parent fbb317f commit 851e6fc
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 851e6fc

Please sign in to comment.