Quickfix: FeaturesReply - wrong auxiliaryId in default handshakeScenario 04/2104/1
authorMichal Polkorab <michal.polkorab@pantheon.sk>
Wed, 23 Oct 2013 13:48:44 +0000 (15:48 +0200)
committerMichal Polkorab <michal.polkorab@pantheon.sk>
Wed, 23 Oct 2013 13:48:55 +0000 (15:48 +0200)
Signed-off-by: Michal Polkorab <michal.polkorab@pantheon.sk>
simple-client/src/main/java/org/opendaylight/openflowjava/protocol/impl/clients/ScenarioFactory.java

index 25091960429a1a74412fdac666d9eabf2ec4ae1c..02ba23d90761852f41440fcae2108a1a81f746c0 100644 (file)
@@ -28,7 +28,7 @@ public class ScenarioFactory {
         stack.add(0, new WaitForMessageEvent(ByteBufUtils.hexStringToBytes("04 00 00 08 00 00 00 02")));
         stack.add(0, new WaitForMessageEvent(ByteBufUtils.hexStringToBytes("04 05 00 08 00 00 00 03")));
         stack.add(0, new SendEvent(ByteBufUtils.hexStringToBytes("04 06 00 20 00 00 00 03 "
-                + "00 01 02 03 04 05 06 07 00 01 02 03 01 01 00 00 00 01 02 03 00 01 02 03")));
+                + "00 01 02 03 04 05 06 07 00 01 02 03 01 00 00 00 00 01 02 03 00 01 02 03")));
         return stack;
     }