Skip to content
Snippets Groups Projects
Commit 06b5be1f authored by hwchiu's avatar hwchiu
Browse files

Make the floodlight dispatch the barrier-reply event

parent 588a702a
No related branches found
No related tags found
No related merge requests found
......@@ -886,6 +886,10 @@ class OFChannelHandler
OFFlowRemoved m) throws IOException {
h.dispatchMessage(m);
}
@Override
void processOFBarrierReply(OFChannelHandler h, OFBarrierReply m) throws IOException{
h.dispatchMessage(m);
}
},
/**
......
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