commit | 5b7ec348021263ad1bcb9758f66099f36be174c4 | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Sun Oct 18 20:55:41 2015 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed Oct 21 10:34:41 2015 +0000 |
tree | 874682c31720bc441560d441c64f1155a8ccc2ff | |
parent | c10f7773e7c2478fb32e5c9a60faed286b35abc9 [diff] |
[ONOS-2885] Resolve flow installation failure bug There is a time gap between controller is elected as the master of a switch and controller actually becomes the master of a switch (receives ROLE_REPLY). During this time gap, OF messages destined for the switch will be sent to this controller. However, the OF message can only be sent to the switch after controller receives the ROLE_REPLY. Change-Id: I32d68384226e272658a0c9de2d32ae9e1cc39b6a
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.