commit | 80ca630815175d5326dd6947dd5449c5869f8f47 | [log] [tgz] |
---|---|---|
author | Pavlin Radoslavov <pavlin@onlab.us> | Wed Mar 20 02:08:09 2013 -0700 |
committer | Pavlin Radoslavov <pavlin@onlab.us> | Wed Mar 20 02:08:09 2013 -0700 |
tree | efbd8651254cb32553677ae67bbf31f2d0141bd1 | |
parent | 571cff9ee2c356beb1cd2ed17db7bda4ed803c09 [diff] |
Fix a bug related to assigning the next available Flow Entry ID on startup. Previously that value was always set to 1. Now the FlowManager reads the network map, and assigns the next available Flow Entry ID to be larger than the largest Flow Entry ID. NOTE: This is not a complete solution, because it doesn't work when the flows entries are installed by multiple controllers.