From 961580e47e58e9cb7175ec89703bc951c7ce71b2 Mon Sep 17 00:00:00 2001 From: "Keith Burns (alagalah)" Date: Thu, 15 Sep 2016 19:52:57 -0700 Subject: Addressed format Change-Id: I319a828b2357c2d450a429e34079afea68d7d7a1 Signed-off-by: Keith Burns (alagalah) --- vpp-userdemo/tutorials/bridging | 2 +- vpp-userdemo/tutorials/routing | 2 +- vpp-userdemo/tutorials/tracing | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'vpp-userdemo/tutorials') 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+=("") -- cgit 1.2.3-korg