On Sun, Jul 22, 2012 at 09:16:53PM -0700, Ben Pfaff wrote:
> On Mon, Jul 23, 2012 at 11:21:16AM +0900, Simon Horman wrote:
> > On Fri, Jul 20, 2012 at 10:36:55AM -0700, Ben Pfaff wrote:
> > > On Fri, Jul 20, 2012 at 10:29:25AM +0900, Simon Horman wrote:
> > > > Add OFPUTIL_P_OF12 and NXFF_OPENFLOW1
On Mon, Jul 23, 2012 at 11:21:16AM +0900, Simon Horman wrote:
> On Fri, Jul 20, 2012 at 10:36:55AM -0700, Ben Pfaff wrote:
> > On Fri, Jul 20, 2012 at 10:29:25AM +0900, Simon Horman wrote:
> > > Add OFPUTIL_P_OF12 and NXFF_OPENFLOW12 for Open Flow 1.2
> > >
> > > OFPUTIL_P_OF12_TID and in turn OFP
On Fri, Jul 20, 2012 at 10:36:55AM -0700, Ben Pfaff wrote:
> On Fri, Jul 20, 2012 at 10:29:25AM +0900, Simon Horman wrote:
> > Add OFPUTIL_P_OF12 and NXFF_OPENFLOW12 for Open Flow 1.2
> >
> > OFPUTIL_P_OF12_TID and in turn OFPUTIL_P_OF12_ANY is not provided as
> > OFPUTIL_P_OF12 supports the use o
On Fri, Jul 20, 2012 at 10:29:25AM +0900, Simon Horman wrote:
> Add OFPUTIL_P_OF12 and NXFF_OPENFLOW12 for Open Flow 1.2
>
> OFPUTIL_P_OF12_TID and in turn OFPUTIL_P_OF12_ANY is not provided as
> OFPUTIL_P_OF12 supports the use of table ids in modify flow messages.
>
> Signed-off-by: Simon Horman
Add OFPUTIL_P_OF12 and NXFF_OPENFLOW12 for Open Flow 1.2
OFPUTIL_P_OF12_TID and in turn OFPUTIL_P_OF12_ANY is not provided as
OFPUTIL_P_OF12 supports the use of table ids in modify flow messages.
Signed-off-by: Simon Horman
---
v7
* Add dummy OFPUTIL_P_OF12 cases to avoid compiler warnings
U