Bump upstreams for 2022.09 Chlorine
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / protocol / serialization / multipart / tablefeatures / WriteSetfieldMissTablePropertySerializer.java
index d3d5efa4ad8ec86be65e132e73abb1f68e5f108a..2196b05ba493ea293845c8bae9e575700cbcc731 100644 (file)
@@ -29,8 +29,8 @@ public class WriteSetfieldMissTablePropertySerializer extends
             .getWriteSetfieldMiss()
             .nonnullSetFieldMatch().values()
             .forEach(setFieldMatch -> Preconditions.checkNotNull(registry)
-                .<MatchField, OFSerializer<SetFieldMatch>>getSerializer(
-                    new MessageTypeKey<>(EncodeConstants.OF_VERSION_1_3, setFieldMatch.getMatchType()))
+                .<MatchField, OFSerializer<SetFieldMatch>>getSerializer(new MessageTypeKey<>(
+                    EncodeConstants.OF_VERSION_1_3, setFieldMatch.getMatchType().implementedInterface()))
                 .serialize(setFieldMatch, byteBuf));
     }