Skip to content
Snippets Groups Projects
Commit 03910fe9 authored by Alex Reimers's avatar Alex Reimers
Browse files

FL-82 - Have Forwaring pay attention to IRoutingDecision.FORWARD_OR_FLOOD.

parent bbeb2ad7
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,7 @@ public class Forwarding extends ForwardingBase implements IFloodlightModule {
case NONE:
// don't do anything
return Command.CONTINUE;
case FORWARD_OR_FLOOD:
case FORWARD:
doForwardFlow(sw, pi, cntx, false);
return Command.CONTINUE;
......
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