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 ? _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev