This was actually introduced in patch 6. --Justin
On May 26, 2011, at 4:03 PM, Ben Pfaff wrote: > Here's a bugfix incremental: > > diff --git a/lib/ofp-util.c b/lib/ofp-util.c > index d6b5827..4b08dda 100644 > --- a/lib/ofp-util.c > +++ b/lib/ofp-util.c > @@ -1633,7 +1635,7 @@ put_stats_reply__(const struct ofp_stats_msg *request, > struct ofpbuf *msg) > assert(request->header.type == OFPT_STATS_REQUEST || > request->header.type == OFPT_STATS_REPLY); > put_stats__(request->header.xid, OFPT_STATS_REPLY, request->type, > - (request->type == htons(OFPST_VENDOR) > + (request->type != htons(OFPST_VENDOR) > ? htonl(0) > : ((const struct nicira_stats_msg *) request)->subtype), > msg); > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
