From 851e6fca770b69facea6cebe6f3748e12aeaac7b Mon Sep 17 00:00:00 2001 From: "Anand H. Krishnan" Date: Thu, 21 Jul 2016 10:19:18 +0530 Subject: [PATCH] Do not overwrite packet type, now that ipv6 ECMP is supported Change-Id: I71365b111b714bfa2d8c2b34b33a3473f2e6ff4e Closes-Bug: #1566650 --- dp-core/vr_nexthop.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dp-core/vr_nexthop.c b/dp-core/vr_nexthop.c index ed7cc8bb4..9f0205e8f 100644 --- a/dp-core/vr_nexthop.c +++ b/dp-core/vr_nexthop.c @@ -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++;