commit | 05a1ba1dc91791a110f00d6723715f7090adb4f5 | [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 | 42c6ace4242a38bff71453feac282def9bb0daed | |
parent | d5bf1069b9e67314dc4bde552515beb23fcae57a [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
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.