[ovs-dev] I don't know if this bug still exist ?

yewgang batmanustc at gmail.com
Thu Jan 14 03:07:02 UTC 2016


Hi all,

In OVS-2.3.0, after I add 100 meters in br0, I found "***decode error:
OFPBRC_BAD_LEN***" sometimes after I type "ovs-ofctl dump-meters br0".

After I check code, I found code should change in
"ofputil_append_meter_config" function like this :

+    reply = (void *)((uint8_t *)ofpbuf_data(msg) + start_ofs);
     reply->length = htons(ofpbuf_size(msg) - start_ofs);

I don't know if this bug still exist ?



More information about the dev mailing list