Skip to content
Snippets Groups Projects
Commit 0ce6dc35 authored by Srinivasan Ramasubramanian's avatar Srinivasan Ramasubramanian
Browse files

Check to make sure all switches on the path are active before establishing a...

Check to make sure all switches on the path are active before establishing a flow-mod.  Add a unit test to verify this is the behavior.
parent 053e118e
No related branches found
No related tags found
No related merge requests found
......@@ -364,7 +364,7 @@ public interface IOFSwitch {
public boolean isConnected();
/**
* Check if the switch is active. I.e., the switch is conencted to this
* Check if the switch is active. I.e., the switch is connected to this
* controller and is in master role
* @return
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment