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

Ben Pfaff blp at nicira.com
Tue Apr 23 04:18:45 UTC 2013


Thanks a lot for the fixes.  I pushed them to master.

On Tue, Apr 23, 2013 at 11:34:07AM +0800, Yeming Zhao wrote:
> 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
> >



More information about the dev mailing list