Comment 1 for bug 1808546

Revision history for this message
sagarkchitnis (sagarc) wrote :

Upon investigation, the problem is in dp-core.

nh_vxlan_tunnel function (line 1984) , it says : stats = vr_inet_vrf_stats(fmd->fmd_dvrf, pkt->vp_cpu);
   if (stats)
       stats->vrf_udp_mpls_tunnels++;

instead it should be stats->vrf_vxlan_tunnels++

I will make the change , build vrouter msi again and try it on a windows compute. If it works, I will submit the PR.