BUG-1491: handle SET_TP_SRC/SET_TP_DST actions
[openflowplugin.git] / openflowplugin / src / main / java / org / opendaylight / openflowplugin / openflow / md / core / sal / convertor / PacketOutConvertor.java
index 33a501f2f97876bedfefab3f4c1de3a29fff2cef..2eeb584f33a95e0bff6d2cee7e1089a3bfbfc468 100644 (file)
@@ -97,7 +97,7 @@ public class PacketOutConvertor {
             actions.add(aBuild.build());
             builder.setAction(actions);
         } else {
-            builder.setAction(ActionConvertor.getActions(inputPacket.getAction(), version, datapathid));
+            builder.setAction(ActionConvertor.getActions(inputPacket.getAction(), version, datapathid, null));
         }
 
         builder.setData(inputPacket.getPayload());