Bug 5540 - ConvertorManager base
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / statistics / services / FlowsInTableService.java
index 70b458daaa3084d42b8e6c87564aaf6a9f2d8ca5..12641266b037a07f1b69dd65abef784b2d103fe1 100644 (file)
@@ -73,8 +73,7 @@ public final class FlowsInTableService extends AbstractCompatibleStatService<Get
 
         // convert and inject match
         final short version = getVersion();
-        MatchReactor.getInstance().convert(input.getMatch(), version, mprFlowRequestBuilder,
-                getDeviceInfo().getDatapathId());
+        MatchReactor.getInstance().convert(input.getMatch(), version, mprFlowRequestBuilder);
 
         // Set request body to main multipart request
         multipartRequestFlowCaseBuilder.setMultipartRequestFlow(mprFlowRequestBuilder.build());