Re: [ovs-dev] [of1.1 rollup 20/20] ofp-util: Work on decoding OF1.1 flow_mods.

2012-06-13 Thread Simon Horman
On Tue, Jun 12, 2012 at 12:32:24AM -0700, Ben Pfaff wrote: > A work in progress. Doesn't build. > > I'm not really sure I want separate OFPUTIL_ constants for OF1.0 and OF1.1 > versions of each message. It's something I'm trying out as I write the > code. > > Signed-off-by: Ben Pfaff > --- [s

Re: [ovs-dev] [of1.1 rollup 20/20] ofp-util: Work on decoding OF1.1 flow_mods.

2012-06-12 Thread Simon Horman
On Tue, Jun 12, 2012 at 12:32:24AM -0700, Ben Pfaff wrote: > A work in progress. Doesn't build. > > I'm not really sure I want separate OFPUTIL_ constants for OF1.0 and OF1.1 > versions of each message. It's something I'm trying out as I write the > code. Here are some trivial build fixes. I am

[ovs-dev] [of1.1 rollup 20/20] ofp-util: Work on decoding OF1.1 flow_mods.

2012-06-12 Thread Ben Pfaff
A work in progress. Doesn't build. I'm not really sure I want separate OFPUTIL_ constants for OF1.0 and OF1.1 versions of each message. It's something I'm trying out as I write the code. Signed-off-by: Ben Pfaff --- include/openflow/openflow-1.1.h| 17 ++-- include/openflow/openflow-com