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:
> >
> >
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,
> ...
>
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