Comment 10 for bug 1460767

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

Reviewed: https://review.opencontrail.org/11148
Committed: http://github.org/Juniper/contrail-controller/commit/8f29f768d8cfb70d71e314269e7cecebd21ebafa
Submitter: Zuul
Branch: master

commit 8f29f768d8cfb70d71e314269e7cecebd21ebafa
Author: Rudra Rugge <email address hidden>
Date: Mon Jun 1 13:54:10 2015 -0700

Allocate mac address for service instance ports

Service instance VM, netns do not request mac-addresses for its ports.
In cases of active-standby, active-active instances there is an issue
which can cause the standby mac-address to be picked up. This change
ensures that the same mac-address is used for all VMs using a particular
virtual network. This is achieved by allocating the mac-address extracted
from the virtual-network the port is attached to.

Change-Id: Ie96bd757f75f78b4aaa1c2a87a0e0ed2f902af01
Closes-Bug: #1460767