Thanks Shinpei, this is what I should use 0x; one for all bits.
2016-02-08 3:09 GMT+01:00 Shinpei Muraoka :
> Hi,
>
> > May I keep the metadata mask value empty in this way ?
> >
> > inst = [parser.OFPInstructionWriteMetadata(metadata_value),
> parser.OFPInstructionGotoTable(goto_table_id
Hi,
> May I keep the metadata mask value empty in this way ?
>
> inst = [parser.OFPInstructionWriteMetadata(metadata_value),
> parser.OFPInstructionGotoTable(goto_table_id), ]
You can not keep the metadata mask value empty in this way.
The OFPInstructionWriteMetadata class must be sure to set t
Thanks Shinpei Muraoka
May I keep the metadata mask value empty in this way ?
inst = [parser.OFPInstructionWriteMetadata(metadata_value),
parser.OFPInstructionGotoTable(goto_table_id), ]
Thanks in advance.
2016-02-04 20:50 GMT-08:00 村岡真平 :
> Hi,
>
> > I want to write the metadata and set the go
Hi,
> I want to write the metadata and set the goto table for the same match
> fields. Could you please confirm if the below code is fine ?
Your code is fine.
Thanks,
On 2016年02月05日 01:49, David Gabriel wrote:
> Dears
>
> I want to write the metadata and set the goto table for the same match
Dears
I want to write the metadata and set the goto table for the same match
fields. Could you please confirm if the below code is fine ?
ofproto = datapath.ofproto
parser = datapath.ofproto_parser
inst = [parser.OFPInstructionWriteMetadata(metadata_value, metadata_mask),
parser.OFPInstructionGot