tests: Expand 'bundle with many ports' test.
[cascardo/ovs.git] / lib / learn.c
index 50627ca..66201d5 100644 (file)
@@ -379,7 +379,7 @@ learn_parse__(char *orig, char *arg, struct ofpbuf *ofpacts)
             }
         }
     }
-    ofpact_update_len(ofpacts, &learn->ofpact);
+    ofpact_finish(ofpacts, &learn->ofpact);
 
     return NULL;
 }