Re: [Ryu-devel] Question about JSON for OF1.4 OFPMatch

2014-01-21 Thread Simon Horman
On Wed, Jan 22, 2014 at 12:13:29PM +0900, FUJITA Tomonori wrote: > On Wed, 22 Jan 2014 10:59:48 +0900 > Simon Horman wrote: > > > Hi Fujita-san, > > > > I have a question about the desired JSON representation of > > OF1.4 OFPMatch. > > > > Currently the code serialises an OFPMatch as: > > > >

Re: [Ryu-devel] Question about JSON for OF1.4 OFPMatch

2014-01-21 Thread FUJITA Tomonori
On Wed, 22 Jan 2014 10:59:48 +0900 Simon Horman wrote: > Hi Fujita-san, > > I have a question about the desired JSON representation of > OF1.4 OFPMatch. > > Currently the code serialises an OFPMatch as: > >"OFPMatch": { > "oxm_fields": { > "arp_op": 1, > ... >

[Ryu-devel] Question about JSON for OF1.4 OFPMatch

2014-01-21 Thread Simon Horman
Hi Fujita-san, I have a question about the desired JSON representation of OF1.4 OFPMatch. Currently the code serialises an OFPMatch as: "OFPMatch": { "oxm_fields": { "arp_op": 1, ... } } But the parser fails, complaining that "oxm_fields" is an unknown field