Ray Milkey
Committed by Gerrit Code Review

Remove open flow controller connections on shutdown

Change-Id: I27895ea26a68dcfe395821f0492a292288ceb34b
...@@ -174,6 +174,7 @@ public class OpenFlowControllerImpl implements OpenFlowController { ...@@ -174,6 +174,7 @@ public class OpenFlowControllerImpl implements OpenFlowController {
174 174
175 @Deactivate 175 @Deactivate
176 public void deactivate() { 176 public void deactivate() {
177 + preDeactivate();
177 cfgService.unregisterProperties(getClass(), false); 178 cfgService.unregisterProperties(getClass(), false);
178 connectedSwitches.clear(); 179 connectedSwitches.clear();
179 activeMasterSwitches.clear(); 180 activeMasterSwitches.clear();
......