Re: [ovs-dev] [PATCH 05/18] ofproto: Make set_pvconns() aware of OpenFlow versions

2012-11-05 Thread Simon Horman
On Sun, Nov 04, 2012 at 10:23:10PM -0800, Ben Pfaff wrote: > On Fri, Oct 26, 2012 at 11:35:53AM +0900, Simon Horman wrote: > > Paramatise the allowed OpenFlow verion for snoops. > > This is in preparation for making the allow OpenFlow verions to > > be configured. > > > > Signed-off-by: Simon Horm

Re: [ovs-dev] [PATCH 05/18] ofproto: Make set_pvconns() aware of OpenFlow versions

2012-11-04 Thread Ben Pfaff
On Fri, Oct 26, 2012 at 11:35:53AM +0900, Simon Horman wrote: > Paramatise the allowed OpenFlow verion for snoops. > This is in preparation for making the allow OpenFlow verions to > be configured. > > Signed-off-by: Simon Horman Snoops are pretty odd. With them, the goal is to allow some progr

[ovs-dev] [PATCH 05/18] ofproto: Make set_pvconns() aware of OpenFlow versions

2012-10-25 Thread Simon Horman
Paramatise the allowed OpenFlow verion for snoops. This is in preparation for making the allow OpenFlow verions to be configured. Signed-off-by: Simon Horman --- ofproto/connmgr.c | 19 ++- ofproto/connmgr.h |2 +- ofproto/ofproto.c |2 +- ofproto/ofproto.h |7 +