]> git.proxmox.com Git - mirror_ovs.git/blobdiff - lib/ofp-meter.c
dpctl: Add the option 'pmd' for dump-flows.
[mirror_ovs.git] / lib / ofp-meter.c
index 4e5cb52fd7489e02db2645ef375a76f252265404..9ea40a0bfb639cd4982365118f57b32554fb0a3f 100644 (file)
@@ -337,7 +337,7 @@ ofp_print_meter_flags(struct ds *s, enum ofp13_meter_flags flags)
 
     flags &= ~(OFPMF13_KBPS | OFPMF13_PKTPS | OFPMF13_BURST | OFPMF13_STATS);
     if (flags) {
-        ds_put_format(s, "flags:0x%x", (unsigned)flags);
+        ds_put_format(s, "flags:0x%x ", (unsigned)flags);
     }
 }