Bump upstreams for 2022.09 Chlorine
[openflowplugin.git] / openflowplugin / src / main / java / org / opendaylight / openflowplugin / openflow / md / core / sal / convertor / action / cases / SalToOfSetDlSrcActionCase.java
index ee6f4de44e31269ecfc8bdfd0d6610de8bd755fa..949a6e63096c7419ee61f727f0d0e78e8ab91385 100644 (file)
@@ -5,7 +5,6 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.action.cases;
 
 import java.util.ArrayList;
@@ -41,8 +40,8 @@ public class SalToOfSetDlSrcActionCase extends ConvertorCase<SetDlSrcActionCase,
         SetDlSrcAction setdlsrcaction = source.getSetDlSrcAction();
 
         MatchEntryBuilder matchBuilder = new MatchEntryBuilder();
-        matchBuilder.setOxmClass(OpenflowBasicClass.class);
-        matchBuilder.setOxmMatchField(EthSrc.class);
+        matchBuilder.setOxmClass(OpenflowBasicClass.VALUE);
+        matchBuilder.setOxmMatchField(EthSrc.VALUE);
         EthSrcCaseBuilder ethSrcCaseBuilder = new EthSrcCaseBuilder();
         EthSrcBuilder ethSrcBuilder = new EthSrcBuilder();
         ethSrcBuilder.setMacAddress(setdlsrcaction.getAddress());