Re: [ovs-dev] [PATCH] ovs-advanced.rst: Add missing \ to a few examples.
On Fri, Dec 23, 2016 at 05:27:05PM -0800, Mickey Spiegel wrote: > On Tue, Dec 20, 2016 at 5:06 PM, Ben Pfaff 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 > > > > Acked-by: Mickey Spiegel Thanks, applied to master. ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev
Re: [ovs-dev] [PATCH] ovs-advanced.rst: Add missing \ to a few examples.
On Tue, Dec 20, 2016 at 5:06 PM, Ben Pfaff 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 > Acked-by: Mickey Spiegel > --- > 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 > d...@openvswitch.org > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev
Re: [ovs-dev] [PATCH] ovs-advanced.rst: Add missing \ to a few examples.
On Tue, Dec 20, 2016 at 05:06:49PM -0800, Ben Pfaff 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 I'd appreciate it if someone would review this trivial patch. ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev
[ovs-dev] [PATCH] 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 --- 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 d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev