Comment 2 for bug 1549228

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

Reviewed: https://review.opencontrail.org/17740
Committed: http://github.org/Juniper/contrail-controller/commit/5f2505413b2247983f0933e9b360a099dbb8e23f
Submitter: Zuul
Branch: R3.0

commit 5f2505413b2247983f0933e9b360a099dbb8e23f
Author: Praveen K V <email address hidden>
Date: Wed Feb 24 16:18:13 2016 +0530

Skip calling KSyncUpdate if ksync-entry not set

FlowEntry::set_ecmp_rpf_nh invokes KSync update to sync change in
ecmp-index. The KSync operation should be one only if KSyncEntry is
allocated. If KSync entry is not allocated (during add), it will be
updated as part of Add for flow

Change-Id: I04fbdc76ab481d555fe5b9136e6d38c8417487db
Partial-Bug: #1549228