]> git.proxmox.com Git - mirror_ovs.git/commit - NEWS
ovs-ofctl: New option "--no-stats" for "ovs-ofctl dump-flows".
authorBen Pfaff <blp@ovn.org>
Wed, 14 Jun 2017 00:09:05 +0000 (17:09 -0700)
committerBen Pfaff <blp@ovn.org>
Wed, 14 Jun 2017 19:50:23 +0000 (12:50 -0700)
commit1b3758c36e88fd261377726f9ab958a0be53f2ca
tree12b68e5006754b9a43edc337e537cf25b6181377
parent89cf41eca75e28b85423c04f0ed7665a0f160a26
ovs-ofctl: New option "--no-stats" for "ovs-ofctl dump-flows".

It's pretty common to want to omit statistics from output, to make it
easier to read.  This commit adds an ovs-ofctl option to make that easy.

A lot of the OVS internal tests could use this, too, in place of
ofctl_strip.  This commit adopts it for a subset.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Aaron Conole <aconole@redhat.com>
NEWS
include/openvswitch/ofp-print.h
lib/ofp-print.c
ovn/utilities/ovn-sbctl.c
ovn/utilities/ovn-trace.c
tests/bundle.at
tests/learn.at
utilities/ovs-ofctl.8.in
utilities/ovs-ofctl.c