Skip to content

Commit

Permalink
doc: Fix typo in ovn-sandbox tutorial
Browse files Browse the repository at this point in the history
ovn-trace example refers to a non-existent output port. Correct it.

Fixes: 46a2dc5 ("Document OVN support in ovs-sandbox.")
Signed-off-by: Jakub Sitnicki <[email protected]>
Acked-By: Mark Michelson <[email protected]>
Signed-off-by: Russell Bryant <[email protected]>
  • Loading branch information
Jakub Sitnicki authored and darball1 committed Sep 7, 2017
1 parent 9089475 commit b7eab42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/tutorials/ovn-sandbox.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Using ovn-trace
Once you have configured resources in OVN, try using ``ovn-trace`` to see
how OVN would process a sample packet through its logical pipeline.

For example, we can trace an IP packet from ``sw0-port1`` to ``sw0-port2``.
For example, we can trace an IP packet from ``sw0-port1`` to ``sw1-port1``.
The ``--minimal`` output shows each visible action performed on the packet,
which includes:

Expand Down

0 comments on commit b7eab42

Please sign in to comment.