Comment 10 for bug 1516914

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

Reviewed: https://review.opencontrail.org/21042
Committed: http://github.org/Juniper/contrail-vrouter/commit/55ab30925414fc1ffc3685edbb281a0567871af7
Submitter: Zuul
Branch: master

commit 55ab30925414fc1ffc3685edbb281a0567871af7
Author: Divakar <email address hidden>
Date: Tue Nov 17 13:43:06 2015 +0530

Enabling ARP processing on Service interface

To avoid the flooding of packets on service interface, BUM traffic on
service interface is drooped. This is fine as service instance does not
communicate to another sevice instance. This fix enables the ARP processing on
service instance interface so that it can communicate to another service
instance. If ARP algorithm choses to flood the ARP request, it is still
dropped, so that it would not loop.

Change-Id: I31e18f16d8baa5d9dd65da202636b36048b64a0f
closes-bug: #1516914