Committed by
Gerrit Code Review
Remove open flow controller connections on shutdown
Change-Id: I27895ea26a68dcfe395821f0492a292288ceb34b
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -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(); | ... | ... |
-
Please register or login to post a comment