Bump upstreams for 2022.09 Chlorine
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / protocol / serialization / multipart / tablefeatures / WildcardsTablePropertySerializer.java
index 8983a48a9fc285edfc968abebc2d3d8a4015e684..3db83831fafe3fcd64afe50ec3e1f91cf6366b82 100644 (file)
@@ -30,8 +30,8 @@ public class WildcardsTablePropertySerializer extends AbstractTablePropertySeria
             .getWildcardSetfield()
             .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));
     }