Comment 13 for bug 1618154

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/23901
Committed: http://github.org/Juniper/contrail-vrouter/commit/7145759169679c9476dab7c6cf0d6b34642ba8a3
Submitter: Zuul
Branch: R3.0

commit 7145759169679c9476dab7c6cf0d6b34642ba8a3
Author: Divakar <email address hidden>
Date: Mon Aug 29 23:04:33 2016 +0530

Handle unicast ARP requests in source compute node

Currently the unicast ARP requests are not processed in the source
compute node. These packets are switched to the destination compute node
and before handing the L2 packet to destined VM, these are processed.
This can result in Ecmp source VM sending unicast ARP requests and
destination VM (non ecmp) responding with Vhost MAC.

As a fix, unicast ARP requests are also processed in source compute node
itself

Change-Id: I7ff8e0b4a5b9fc8abf777e32ed4ef8aeeb4358d6
closes-bug: #1618154