[ovs-dev] [PATCH] Add a tutorial for advanced Open vSwitch features.

Yeming Zhao zhaoyeming at gmail.com
Tue Apr 23 03:34:07 UTC 2013


Just typos. Nice tutorial by the way.
====================

diff --git a/tutorial/Tutorial b/tutorial/Tutorial
index b8dfc54..c537bad 100644
--- a/tutorial/Tutorial
+++ b/tutorial/Tutorial
@@ -277,7 +277,7 @@ one way or another, perhaps with common network testing
t
 difficult with our simulated switch, since it's not visible to the
 operating system.

-Bur our simulated switch has a few specialized testing tools.  The
+But our simulated switch has a few specialized testing tools.  The
 most powerful of these tools is "ofproto/trace".  Given a switch and
 the specification of a flow, "ofproto/trace" shows, step-by-step, how
 such a flow would be treated as it goes through the switch.
@@ -511,7 +511,7 @@ Here's how you can interpret each part of the "learn"
act
         Make the flow that we add to flow table 10 match the same VLAN
         ID that the packet we're currently processing contains.  This
         effectively scopes the MAC learning entry to a single VLAN,
-        which is the ordinary behavior for a VLAN-aware siwtch.
+        which is the ordinary behavior for a VLAN-aware switch.

     NXM_OF_ETH_DST[]=NXM_OF_ETH_SRC[]


On Sat, Apr 20, 2013 at 7:28 AM, Ben Pfaff <blp at nicira.com> wrote:

> On Thu, Apr 18, 2013 at 06:33:18PM -0700, Andy Zhou wrote:
> > 1. small typo the section above Testing Table 1
> > s/along along/along
>
> Thanks, fixed.
>
> > 2. Resubmit action is described as an open vswitch extension, while learn
> > action is described as a Nicira extension.
>
> > Is there a distinction here? If not, then we can probably stick with a
> > single description.
>
> I changed them both to "Open vSwitch extension".  It seems better.
>
> I pushed this to master.
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-dev/attachments/20130423/ec3e904c/attachment-0003.html>


More information about the dev mailing list