From 05767cf174f01c5ffdc317112dfabb64bd677a6c Mon Sep 17 00:00:00 2001 From: Andrej Kozemcak Date: Wed, 18 May 2016 14:03:54 +0200 Subject: Bug fix, can`t create new interface Script create new interface before it remote old interface Change-Id: Ida3a1f4f45398b5c3b8908de3209d70eceac8404 Signed-off-by: Andrej Kozemcak --- tutorial/setup_lisp_topo.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tutorial') diff --git a/tutorial/setup_lisp_topo.sh b/tutorial/setup_lisp_topo.sh index a0dd747..b38ee5d 100755 --- a/tutorial/setup_lisp_topo.sh +++ b/tutorial/setup_lisp_topo.sh @@ -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 -- cgit 1.2.3-korg