BUG-5983: Fix wrong representation of Ip length
[bgpcep.git] / bgp / evpn / src / test / java / org / opendaylight / protocol / bgp / evpn / impl / nlri / IncMultEthTagRParserTest.java
index 40e260a692bda7b6a5c4bbdd52d9de229d0be85c..14339439622084068174461112e54ec2edb3dbd7 100644 (file)
@@ -41,11 +41,11 @@ public class IncMultEthTagRParserTest {
         (byte) 0x03, (byte) 0x11,
         (byte) 0x00, (byte) 0x01, (byte) 0x01, (byte) 0x02, (byte) 0x03, (byte) 0x04, (byte) 0x01, (byte) 0x02,
         (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x0a,
-        (byte) 0x04, (byte) 0x7f, (byte) 0x00, (byte) 0x00, (byte) 0x01
+        (byte) 0x20, (byte) 0x7f, (byte) 0x00, (byte) 0x00, (byte) 0x01
     };
     private static final byte[] VALUE = {
         (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x0a,
-        (byte) 0x04, (byte) 0x7f, (byte) 0x00, (byte) 0x00, (byte) 0x01
+        (byte) 0x20, (byte) 0x7f, (byte) 0x00, (byte) 0x00, (byte) 0x01
     };
     private IncMultEthTagRParser parser;