[ovs-dev] [PATCH] ovs-advanced.rst: Add missing \ to a few examples.

Mickey Spiegel mickeys.dev at gmail.com
Sat Dec 24 01:27:05 UTC 2016


On Tue, Dec 20, 2016 at 5:06 PM, Ben Pfaff <blp at ovn.org> wrote:

> 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 at ovn.org>
>

Acked-by: Mickey Spiegel <mickeys.dev at gmail.com>


> ---
>  Documentation/tutorials/ovs-advanced.rst | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/tutorials/ovs-advanced.rst
> b/Documentation/tutorials/ovs-advanced.rst
> index 4ae27ce..d14b2f9 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
> --
> 2.10.2
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>


More information about the dev mailing list