oops, i posted to a wrong list. this is OVS change needed for packet_data_generator2.
YAMAMOTO Takashi > Signed-off-by: YAMAMOTO Takashi <[email protected]> > --- > lib/ofp-util.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/lib/ofp-util.c b/lib/ofp-util.c > index a0da289..7035c8c 100644 > --- a/lib/ofp-util.c > +++ b/lib/ofp-util.c > @@ -8760,6 +8760,7 @@ ofputil_encode_bundle_ctrl_reply(const struct > ofp_header *oh, > m->type = htons(msg->type); > m->flags = htons(msg->flags); > > + ofpmsg_update_length(buf); > return buf; > } > > @@ -8906,5 +8907,6 @@ ofputil_encode_bundle_add(enum ofp_version ofp_version, > m->flags = htons(msg->flags); > ofpbuf_put(request, msg->msg, ntohs(msg->msg->length)); > > + ofpmsg_update_length(request); > return request; > } > -- > 2.1.0 > > > ------------------------------------------------------------------------------ > BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT > Develop your own process in accordance with the BPMN 2 standard > Learn Process modeling best practices with Bonita BPM through live exercises > http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ > source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
