summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--tutorial/OVN-Tutorial.md4
2 files changed, 3 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 252526598..01fc835d3 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -93,6 +93,7 @@ FUJITA Tomonori fujita.tomonori@lab.ntt.co.jp
Gabe Beged-Dov gabe@begeddov.com
Gaetano Catalli gaetano.catalli@gmail.com
Gal Sagie gal.sagie@gmail.com
+Genevieve LEsperance glesperance@pivotal.io
Geoffrey Wossum gwossum@acm.org
Gianluca Merlo gianluca.merlo@gmail.com
Giuseppe Lettieri g.lettieri@iet.unipi.it
diff --git a/tutorial/OVN-Tutorial.md b/tutorial/OVN-Tutorial.md
index 2f094f793..129e91879 100644
--- a/tutorial/OVN-Tutorial.md
+++ b/tutorial/OVN-Tutorial.md
@@ -946,14 +946,14 @@ to strip the vlan tag and set the reg6 and metadata appropriately.
[View ovn/env7/packet1.sh][env7packet1].
- $ ovn/env5/packet1.sh
+ $ ovn/env7/packet1.sh
The second trace shows a packet from 'csw0-port2' to 'csw0-port1'.
[View ovn/env7/packet2.sh][env7packet2].
- $ ovn/env5/packet1.sh
+ $ ovn/env7/packet2.sh
You can extend this setup by adding additional container ports with two
hypervisors. Please see the tutorial 3 above.