Skip to content
Snippets Groups Projects
Commit 077f27b7 authored by paaguti-work's avatar paaguti-work
Browse files

Include the completion listener in the learning switch

parent 947bebfb
No related branches found
No related tags found
No related merge requests found
...@@ -618,6 +618,7 @@ implements IFloodlightModule, ILearningSwitchService, IOFMessageListener, IContr ...@@ -618,6 +618,7 @@ implements IFloodlightModule, ILearningSwitchService, IOFMessageListener, IContr
// CAVEAT: extremely noisy // CAVEAT: extremely noisy
@Override @Override
public void onMessageConsumed(IOFSwitch sw, OFMessage msg, FloodlightContext cntx) { public void onMessageConsumed(IOFSwitch sw, OFMessage msg, FloodlightContext cntx) {
sw.flush();
log.debug("Learning switch: ended processing packet {}",msg.toString()); log.debug("Learning switch: ended processing packet {}",msg.toString());
} }
} }
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