Bug 5540 - ConvertorManager base
[openflowplugin.git] / openflowplugin / src / main / java / org / opendaylight / openflowplugin / openflow / md / core / sal / OFRpcTaskFactory.java
index 60df8aabf3be101c6d405f0502a45a9d540f32ca..774dce40b4463ab399f826800271df2d718a0ee7 100644 (file)
@@ -1644,8 +1644,7 @@ public abstract class OFRpcTaskFactory {
 
                 // convert and inject match
                 MatchReactor.getInstance().convert(input.getMatch(), taskContext.getSession()
-                                .getPrimaryConductor().getVersion(), mprFlowRequestBuilder,
-                        taskContext.getSession().getFeatures().getDatapathId());
+                                .getPrimaryConductor().getVersion(), mprFlowRequestBuilder);
 
                 // Set request body to main multipart request
                 multipartRequestFlowCaseBuilder.setMultipartRequestFlow(mprFlowRequestBuilder.build());
@@ -1772,8 +1771,7 @@ public abstract class OFRpcTaskFactory {
                 }
 
                 MatchReactor.getInstance().convert(input.getMatch(), taskContext.getSession()
-                                .getPrimaryConductor().getVersion(), mprAggregateRequestBuilder,
-                        taskContext.getSession().getFeatures().getDatapathId());
+                                .getPrimaryConductor().getVersion(), mprAggregateRequestBuilder);
 
                 FlowCreatorUtil.setWildcardedFlowMatch(taskContext.getSession()
                         .getPrimaryConductor().getVersion(), mprAggregateRequestBuilder);