another modifyFlow fix 88/3688/2
authorMichal Rehak <mirehak@cisco.com>
Thu, 12 Dec 2013 23:50:31 +0000 (00:50 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 13 Dec 2013 06:09:06 +0000 (06:09 +0000)
added missing order by instructions

Change-Id: I6f657d1c7d93e9a8aa320f17edc439779f502666
Signed-off-by: Michal Rehak <mirehak@cisco.com>
test-provider/src/main/java/org/opendaylight/openflowplugin/test/OpenflowpluginTestCommandProvider.java

index 2eb37a34efcbafed24423c5d0cdd64652d9a05b3..37b3ae9f53bbc62e94f32e293a4a7ce5ac9124c2 100644 (file)
@@ -511,6 +511,7 @@ public class OpenflowpluginTestCommandProvider implements CommandProvider {
         InstructionBuilder ib = new InstructionBuilder();
         ib.setInstruction(new ApplyActionsCaseBuilder().setApplyActions(aab.build()).build());
         ib.setKey(new InstructionKey(0));
+        ib.setOrder(0);
 
         // Put our Instruction in a list of Instructions
         InstructionsBuilder isb = new InstructionsBuilder();