Comment 5 for bug 1549228

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

Reviewed: https://review.opencontrail.org/18106
Committed: http://github.org/Juniper/contrail-controller/commit/9cd0404c0b64e9882423299023e9b5ddc2986eae
Submitter: Zuul
Branch: master

commit 9cd0404c0b64e9882423299023e9b5ddc2986eae
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

(cherry picked from commit 569745aaec0cee9c03a860ee08a722d21c99c55c)
Change-Id: I04fbdc76ab481d555fe5b9136e6d38c8417487db
Partial-Bug: #1549228