Currently, ServiceChain class does not use service list as a key.
As a result, if there are two policy rules with the same match condition,
but different service lists, we will keep on deleting one service chain
and creating another one. With this change, the two rules will result in
two separate service chains and they should be indpendently created and
deleted and should not interfere with each other.
Reviewed: https:/ /review. opencontrail. org/18237 github. org/Juniper/ contrail- controller/ commit/ d091e66cfe4d759 5fc1866c1289a5c 5fa0f01719
Committed: http://
Submitter: Zuul
Branch: master
commit d091e66cfe4d759 5fc1866c1289a5c 5fa0f01719
Author: Sachin Bansal <email address hidden>
Date: Mon Mar 7 17:22:44 2016 -0800
Use service list also as key for service chains
Currently, ServiceChain class does not use service list as a key.
As a result, if there are two policy rules with the same match condition,
but different service lists, we will keep on deleting one service chain
and creating another one. With this change, the two rules will result in
two separate service chains and they should be indpendently created and
deleted and should not interfere with each other.
Change-Id: If4009330d32ab8 85fb64cfe98adf5 51e00662c53
Closes-Bug: 1508044