-
- Downloads
More resilient OF message handling with role changes.
* Only dispatch OF messages to listeners if the switch is in the active switch map (and is in MASTER role and connected). Fixes BSC-2829 * When transitioning to MASTER: notify IHAListeners of role-change before starting dispatching messages. When transitioning to SLAVE: stop dispatching before notifying IHAListeners. Fixes BSC-2407
Showing
- src/main/java/net/floodlightcontroller/core/internal/Controller.java 24 additions, 6 deletions...va/net/floodlightcontroller/core/internal/Controller.java
- src/test/java/net/floodlightcontroller/core/internal/ControllerTest.java 362 additions, 6 deletions...et/floodlightcontroller/core/internal/ControllerTest.java
Please register or sign in to comment