Skip to content
Snippets Groups Projects
Commit dafa9a78 authored by Kanzhe Jiang's avatar Kanzhe Jiang
Browse files

remove switchDpid from OFMatch

parent 8f1a5674
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ import net.floodlightcontroller.core.IInfoProvider;
import net.floodlightcontroller.core.IOFMessageListener;
import net.floodlightcontroller.core.IOFSwitch;
import net.floodlightcontroller.core.IFloodlightProviderService.Role;
import net.floodlightcontroller.core.IListener.Command;
import net.floodlightcontroller.core.module.FloodlightModuleContext;
import net.floodlightcontroller.core.module.IFloodlightModule;
import net.floodlightcontroller.core.module.IFloodlightService;
......
......@@ -37,5 +37,4 @@ public interface IFlowReconcileListener extends IListener<OFType> {
* be programmed
*/
public Command reconcileFlows(ArrayList<OFMatchReconcile> ofmRcList);
}
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