Comment 10 for bug 1566650

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

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

commit b4980e5c9bb4bcddafa0d747bee72dba5856c496
Author: Anand H. Krishnan <email address hidden>
Date: Fri Jul 15 10:09:55 2016 +0530

If NH doesn't have policy, do not create flows even if the source is an
ECMP

For providing stickiness in the case of ECMP, vRouter explicitly used to
create flows even if the corresponding NextHop didn't have the policy bit
set. This now is a wrong behavior when we are supporting ECMP without
flows. Hence, do not create such flows, if the nexthop doesn't have
policy enabled.

Change-Id: I48c28150b75e7c78d4d093de327caf98a19ff420
Partial-BUG: #1566650