Skip to content
Snippets Groups Projects
Commit 30c54e9d authored by meiyangbigswitch's avatar meiyangbigswitch
Browse files

flow reconcile engine: handle drop flow mods reconcile

parent 1aafc282
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,8 @@ public interface IFlowReconcileEngineService extends IFloodlightService {
LINK_DOWN,
/** second round query caused by rewrite flags set */
REWRITE_QUERY,
/**query for drop flows */
DROP_FLOW_QUERY,
}
/**
* A FloodlightContextStore object that can be used to interact with the
......
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