Skip to content
Snippets Groups Projects
Commit 2d916e86 authored by Jason Parraga's avatar Jason Parraga
Browse files

Merge pull request #448 from hwchiu/issue#447

Issue#447
parents 64cd19e5 15d7a32b
No related branches found
No related tags found
No related merge requests found
...@@ -886,6 +886,10 @@ class OFChannelHandler ...@@ -886,6 +886,10 @@ class OFChannelHandler
OFFlowRemoved m) throws IOException { OFFlowRemoved m) throws IOException {
h.dispatchMessage(m); 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