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

2013-04-22 Thread Ben Pfaff
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 > +++

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

2013-04-22 Thread Yeming Zhao
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 sw

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

2013-04-19 Thread Ben Pfaff
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

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

2013-04-19 Thread Ben Pfaff
On Thu, Apr 18, 2013 at 03:13:27PM -0700, Gurucharan Shetty wrote: > On Wed, Apr 17, 2013 at 4:03 PM, Ben Pfaff wrote: > > > Signed-off-by: Ben Pfaff > > +You can use "ovs-sandbox" three ways: > > + > > +* If you have already installed Open vSwitch on your system, then > > + you should

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

2013-04-18 Thread Ben Pfaff
On Thu, Apr 18, 2013 at 02:42:10PM -0300, Luiz Ozaki wrote: > On 4/17/13 8:03 PM, Ben Pfaff wrote: > >+ovs-ofctl add-flows br0 - <<'EOF' > >+table=4 reg0=0 priority=99 dl_vlan=20 actions=1,strip_vlan,2 > >+table=4 reg0=0 priority=99 dl_vlan=30 actions=1,strip_vlan,3,4 > >+table=4 reg0=0

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

2013-04-18 Thread Luiz Ozaki
On 4/17/13 8:03 PM, Ben Pfaff wrote: +ovs-ofctl add-flows br0 - <<'EOF' +table=4 reg0=0 priority=99 dl_vlan=20 actions=1,strip_vlan,2 +table=4 reg0=0 priority=99 dl_vlan=30 actions=1,strip_vlan,3,4 +table=4 reg0=0 priority=50actions=1 +EOF Wouldn't the last flow (table=4