Bug fix, can`t create new interface 81/1181/1
authorAndrej Kozemcak <akozemca@cisco.com>
Wed, 18 May 2016 12:03:54 +0000 (14:03 +0200)
committerAndrej Kozemcak <akozemca@cisco.com>
Wed, 18 May 2016 12:08:06 +0000 (14:08 +0200)
Script create new interface before it remote old interface

Change-Id: Ida3a1f4f45398b5c3b8908de3209d70eceac8404
Signed-off-by: Andrej Kozemcak <akozemca@cisco.com>
tests/data_plane/vpp_lite_topo/lisp_test.sh
tutorial/setup_lisp_topo.sh

index 7f01f5a..2f09abb 100755 (executable)
@@ -69,6 +69,8 @@ if [ "$1" == "clean" ] ; then
   exit 0;
 fi
 
+sleep 1
+
 # create vpp to clients and inter-vpp namespaces
 sudo ip netns add vppns1
 sudo ip netns add vppns2
index a0dd747..b38ee5d 100755 (executable)
@@ -21,6 +21,8 @@ if [ "$1" == "clean" ] ; then
   exit 0;
 fi
 
+sleep 1
+
 # create vpp to clients and inter-vpp namespaces
 ip netns add vppns1
 ip netns add vppns2