From f73cae4cda445b5bed88b8baf7d3536a947aa7ef Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Wed, 10 Aug 2016 15:15:40 +0200 Subject: Fix wrong ipv6 address length Change-Id: I2df0796d5950dcba7071e23bb496d6bdded0806c Signed-off-by: Filip Tehlar --- tests/data_plane/vpp_lite_topo/test_driver/basic_multi_traffic.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data_plane/vpp_lite_topo/test_driver/basic_multi_traffic.sh') diff --git a/tests/data_plane/vpp_lite_topo/test_driver/basic_multi_traffic.sh b/tests/data_plane/vpp_lite_topo/test_driver/basic_multi_traffic.sh index 3af8bfa..1dc8ae0 100644 --- a/tests/data_plane/vpp_lite_topo/test_driver/basic_multi_traffic.sh +++ b/tests/data_plane/vpp_lite_topo/test_driver/basic_multi_traffic.sh @@ -48,8 +48,8 @@ function test_basic_multi_traffic # change IP addresses of destination RLOC echo "set int ip address del host-intervpp2 6.0.3.2/24" | nc 0 5003 echo "set int ip address host-intervpp2 6.0.3.20/24" | nc 0 5003 - echo "set int ip address del host-intervpp2 6:0:3::2/24" | nc 0 5003 - echo "set int ip address host-intervpp2 6:0:3::20/24" | nc 0 5003 + echo "set int ip address del host-intervpp2 6:0:3::2/64" | nc 0 5003 + echo "set int ip address host-intervpp2 6:0:3::20/64" | nc 0 5003 ODL_CONFIG_DIR=`pwd`/../configs/odl/basic/6o6 post_curl "update-mapping" ${ODL_CONFIG_FILE3} -- cgit 1.2.3-korg