Here's a bugfix incremental:

diff --git a/lib/ofp-util.c b/lib/ofp-util.c
index 0ad4aff..680ebbc 100644
--- a/lib/ofp-util.c
+++ b/lib/ofp-util.c
@@ -1306,7 +1306,7 @@ ofputil_append_flow_stats_reply(const struct 
ofputil_flow_stats *fs,
         size_t start_len;
 
         msg = ofputil_reserve_stats_reply(
-            sizeof *nfs + NXM_TYPICAL_LEN + act_len, replies);
+            sizeof *nfs + NXM_MAX_LEN + act_len, replies);
         start_len = msg->size;
 
         nfs = ofpbuf_put_uninit(msg, sizeof *nfs);
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to