ovs-sandbox: Add note about OVN to initial output.
[cascardo/ovs.git] / lib / bundle.c
index baf6bbf..1451e92 100644 (file)
@@ -178,8 +178,9 @@ bundle_parse__(const char *s, char **save_ptr,
         bundle = ofpacts->header;
         bundle->n_slaves++;
     }
-    ofpact_update_len(ofpacts, &bundle->ofpact);
+    ofpact_finish(ofpacts, &bundle->ofpact);
 
+    bundle = ofpacts->header;
     bundle->basis = atoi(basis);
 
     if (!strcasecmp(fields, "eth_src")) {