commit | ab4362693a64fbb5ba5a5299e60a560cd1873a28 | [log] [tgz] |
---|---|---|
author | Zsolt Haraszti <zharaszt@ciena.com> | Thu Feb 25 09:39:10 2016 -0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu Feb 25 23:38:09 2016 +0000 |
tree | 66c22b374e9d61d36fe44cdb8ec23a16ce050bdc | |
parent | 09069c93522c2c34765609f41e45aefd60936670 [diff] |
Use allocateNextId when building new NextObjective In order to avoid nextId collisions, all users of the flow objective service should use the provided allocateNextId() method when constructing new NextObjectives. I found one instance where this was not the case: CordMcast. Solution: removed private id generator from CordMacst and replaced it with allocateNextId. Change-Id: I134931b58c524291ae937dd6f0051ee549236734