|
the param reference of function programConntrackForwardRule is as follow
/**
- Adds the rule to forward the packets known packets.
*
- @param dpId the dpId
- @param lportTag the lport tag
- @param priority the priority of the flow
- @param flowId the flowId
- @param conntrackState the conntrack state of the packets thats should be
- send
- @param conntrackMask the conntrack mask
- @param addOrRemove whether to add or remove the flow
*/
the lportTag is not param of this function, need to delete
and also function of programConntrackDropRule have the same problem
getDispatcherTableResubmitInstructions function miss the description of dispatcherTableId param
|