]> git.proxmox.com Git - mirror_ovs.git/commit - lib/dpctl.man
ovs-dpctl: New --names option to use port names in flow dumps.
authorBen Pfaff <blp@ovn.org>
Sun, 18 Jun 2017 01:46:54 +0000 (09:46 +0800)
committerBen Pfaff <blp@ovn.org>
Fri, 23 Jun 2017 08:28:26 +0000 (16:28 +0800)
commitd1fd1ea91242c4fbf68c1292559fe0dd6d96d0e3
tree6ae73795a52bc25cf19eb0e892af2d9a04330f9c
parent9d71ade0cf5bb6a43f387f5a4765a79f82b0f09d
ovs-dpctl: New --names option to use port names in flow dumps.

Until now, printing names in "ovs-dpctl dump-flows" was tied to the overall
output verbosity, which in practice meant that to see port names a user had
to see a distracting amount of verbosity.  This decouples names from
verbosity.

I'd like to make showing names the default for interactive usage, but so
far names aren't accepted in input so that would frustrate cut-and-paste,
which is an important use of "ovs-dpctl dump-flows" output.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Jan Scheurich <jan.scheurich@ericsson.com>
Tested-by: Jan Scheurich <jan.scheurich@ericsson.com>
lib/dpctl.c
lib/dpctl.h
lib/dpctl.man
lib/odp-util.c
ofproto/ofproto-dpif.c
utilities/ovs-dpctl.8.in
utilities/ovs-dpctl.c