cfm: Migrate cfm/show unixctl command to CFM module.
[openvswitch] / lib / dpif.c
index 215ecfcd44baaf55229e082ea6f846067e66b0cb..74e985698fba9ee141c5dfab8660800c74d15505 100644 (file)
@@ -469,6 +469,7 @@ dpif_port_clone(struct dpif_port *dst, const struct dpif_port *src)
     dst->name = xstrdup(src->name);
     dst->type = xstrdup(src->type);
     dst->port_no = src->port_no;
+    dst->stats = src->stats;
 }
 
 /* Frees memory allocated to members of 'dpif_port'.