Skip to content
Snippets Groups Projects
Commit 604ba01b authored by Gregor Maier's avatar Gregor Maier
Browse files

implement processOFPortStatus() for WAIT_SWITCH_SUBHANDSHAKE

parent 6098cbe3
No related branches found
No related tags found
No related merge requests found
......@@ -733,6 +733,12 @@ class OFChannelHandler
}
}
}
@Override
void processOFPortStatus(OFChannelHandler h, OFPortStatus m)
throws IOException {
handlePortStatusMessage(h, m, false);
}
},
/**
......
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