Re: [Ryu-devel] OFPOxmId in Table Features Request

2017-04-05 Thread William Fisher
Thanks! The change to oxm_serialize_header helped immensely. I'm working on adjusting the tablefeatures test packet_data. I'll also test experimenter oxm id's. -Bill On Tue, Apr 4, 2017 at 9:59 PM, Iwase Yusuke wrote: > Instead, I guess we need to extend ofproto.oxm_serialize_header() to > i

Re: [Ryu-devel] OFPOxmId in Table Features Request

2017-04-04 Thread Iwase Yusuke
Hi Bill Thank you for your report! On 2017年04月05日 12:20, William Fisher wrote: > When an OXM id is serialized in a table features request, the OXM > header that is serialized sets the oxm_length to 0. That is, the OXM > id for "eth_dst" is sent as > > 8600 instead of 8606 (the last byt

[Ryu-devel] OFPOxmId in Table Features Request

2017-04-04 Thread William Fisher
When an OXM id is serialized in a table features request, the OXM header that is serialized sets the oxm_length to 0. That is, the OXM id for "eth_dst" is sent as 8600 instead of 8606 (the last byte is the length of the value). There's a comment in the code that explains the issue was un