summaryrefslogtreecommitdiff
path: root/Documentation/tutorials
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2016-12-20 17:06:49 -0800
committerBen Pfaff <blp@ovn.org>2016-12-23 21:18:41 -0800
commit92043ab8ffd449dfd50c3e716d6db06d04af70d7 (patch)
treec8284336ce4640ea102ed85b169ea26c50769eb4 /Documentation/tutorials
parent5c2e106b334423e8471d122f70c05d54dd41904c (diff)
downloadopenvswitch-92043ab8ffd449dfd50c3e716d6db06d04af70d7.tar.gz
ovs-advanced.rst: Add missing \ to a few examples.
This makes these examples easier to cut and paste into a terminal, and makes them consistent with the other examples. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Mickey Spiegel <mickeys.dev@gmail.com>
Diffstat (limited to 'Documentation/tutorials')
-rw-r--r--Documentation/tutorials/ovs-advanced.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/tutorials/ovs-advanced.rst b/Documentation/tutorials/ovs-advanced.rst
index 4ae27ce74..d14b2f987 100644
--- a/Documentation/tutorials/ovs-advanced.rst
+++ b/Documentation/tutorials/ovs-advanced.rst
@@ -809,11 +809,11 @@ because the VLAN only belongs to the input port::
Try some other broadcast cases on your own::
- $ ovs-appctl ofproto/trace br0
+ $ ovs-appctl ofproto/trace br0 \
in_port=1,dl_dst=ff:ff:ff:ff:ff:ff,dl_vlan=20
- $ ovs-appctl ofproto/trace br0
+ $ ovs-appctl ofproto/trace br0 \
in_port=2,dl_dst=ff:ff:ff:ff:ff:ff
- $ ovs-appctl ofproto/trace br0
+ $ ovs-appctl ofproto/trace br0 \
in_port=4,dl_dst=ff:ff:ff:ff:ff:ff
You can see the same behavior with multicast packets and with unicast