Update MRI upstreams for Phosphorus
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / protocol / serialization / multipart / tablefeatures / ApplyActionsMissTablePropertySerializer.java
index 52734f8e5c600e5225d8e787811f6568669bdec3..3a74ec8730147a86cb2c5955000da42bbe813e69 100644 (file)
@@ -34,7 +34,7 @@ public class ApplyActionsMissTablePropertySerializer extends
                 .forEach(action -> ActionUtil
                         .writeActionHeader(
                                 action,
-                                EncodeConstants.OF13_VERSION_ID,
+                                EncodeConstants.OF_VERSION_1_3,
                                 registry,
                                 byteBuf));
     }