diff options
Diffstat (limited to 'vpp-userdemo/tutorials')
-rw-r--r-- | vpp-userdemo/tutorials/bridging | 2 | ||||
-rw-r--r-- | vpp-userdemo/tutorials/routing | 2 | ||||
-rw-r--r-- | vpp-userdemo/tutorials/tracing | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/vpp-userdemo/tutorials/bridging b/vpp-userdemo/tutorials/bridging index 533986e..c2fe664 100644 --- a/vpp-userdemo/tutorials/bridging +++ b/vpp-userdemo/tutorials/bridging @@ -53,5 +53,5 @@ CMD+=("sudo lxc-attach -n cone -- ping -c3 172.16.1.3") INSTR+=("") CMD+=("sudo lxc-attach -n ctwo -- ping -c3 172.16.1.2") -INSTR+=("Thanks for doing the bridging demo. To restart this demo and type these commands yourself \nvagrant ssh \nsudo /vagrant/netns.sh \ncat /vagrant/bridging.cmd") +INSTR+=("Thanks for doing the bridging demo. To restart this demo and type these commands yourself. vagrant ssh; sudo /vagrant/netns.sh; cat /vagrant/bridging.cmd") CMD+=("") diff --git a/vpp-userdemo/tutorials/routing b/vpp-userdemo/tutorials/routing index cd3d4cc..36e49af 100644 --- a/vpp-userdemo/tutorials/routing +++ b/vpp-userdemo/tutorials/routing @@ -53,5 +53,5 @@ CMD+=("sudo lxc-attach -n cone -- ping -c3 172.16.2.2") INSTR+=("") CMD+=("sudo lxc-attach -n ctwo -- ping -c3 172.16.1.2") -INSTR+=("Thanks for doing the routing demo. To restart this demo and type these commands yourself \nvagrant ssh \nsudo /vagrant/netns.sh \ncat /vagrant/routing.cmd") +INSTR+=("Thanks for doing the routing demo. To restart this demo and type these commands yourself. vagrant ssh sudo /vagrant/netns.sh; cat /vagrant/routing.cmd") CMD+=("") diff --git a/vpp-userdemo/tutorials/tracing b/vpp-userdemo/tutorials/tracing index 3ef6d15..981ec7a 100644 --- a/vpp-userdemo/tutorials/tracing +++ b/vpp-userdemo/tutorials/tracing @@ -42,5 +42,5 @@ CMD+=("sudo lxc-attach -n ctwo -- ping -c3 172.16.1.2") INSTR+=("Viewing the trace:") CMD+=("sudo vppctl show trace") -INSTR+=("Thanks for doing the tracing demo. To restart this demo and type these commands yourself \nvagrant ssh \nsudo /vagrant/netns.sh \ncat /vagrant/tracing.cmd") +INSTR+=("Thanks for doing the tracing demo. To restart this demo and type these commands yourself. vagrant ssh; sudo /vagrant/netns.sh; cat /vagrant/tracing.cmd") CMD+=("") |