I'm attempting to retrieve table information from OVS 2.1.2. Here is my
packet:
0x04, //version => 4
0x12, //type => MULTIPART_REQUEST
0x00,0x10, //length => 16
0x00,0x00,0x00,0x01, //xid => 1
0x00,0x03, //type => TABLE
0x00,0x00, //flags => {}
0x00,0x00,0x00,0x00 //pad => 4
And I'm receiving *type:* *'BAD_REQUEST', code: 'BAD_MULTIPART'* in
response.
I thought that it might be expecting a request body, however the OF 1.3.3
spec states:
/* Table features.
* The request body is either empty or contains an array of
* struct ofp_table_features containing the controller’s
* desired view of the switch. If the switch is unable to
* set the specified view an error is returned.
* The reply body is an array of struct ofp_table_features. */
Am I doing something wrong or is this a bug?
Thanks
Jaime
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss