Support new matches and actions in ovs nsh patch
[openflowplugin.git] / extension / openflowjava-extension-nicira / src / test / java / org / opendaylight / openflowjava / nx / codec / match / Nshc2CodecTest.java
index d13ab511847531fbcdc0e587f39cb50b5c6db796..8ddc5ab237081c6006c1a399cc43c60cffd2cf4d 100644 (file)
@@ -30,7 +30,7 @@ public class Nshc2CodecTest {
     MatchEntry input;
 
     private static final int VALUE_LENGTH = 4;
-    private static final int NXM_FIELD_CODE = 40;
+    private static final int NXM_FIELD_CODE = 116;
 
 
     @Before
@@ -90,4 +90,4 @@ public class Nshc2CodecTest {
         message.writeByte(VALUE_LENGTH);
         message.writeInt(2);
     }
-}
\ No newline at end of file
+}