summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2017-06-13 17:09:05 -0700
committerBen Pfaff <blp@ovn.org>2017-06-14 12:50:23 -0700
commit1b3758c36e88fd261377726f9ab958a0be53f2ca (patch)
tree12b68e5006754b9a43edc337e537cf25b6181377 /NEWS
parent89cf41eca75e28b85423c04f0ed7665a0f160a26 (diff)
downloadopenvswitch-1b3758c36e88fd261377726f9ab958a0be53f2ca.tar.gz
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>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index b52664681..bc39aab5c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,10 @@
Post-v2.7.0
---------------------
- - ovs-ofctl can now accept and display port names in place of numbers. By
- default it always accepts names and in interactive use it displays them;
- use --names or --no-names to override. See ovs-ofctl(8) for details.
+ - ovs-ofctl:
+ * ovs-ofctl can now accept and display port names in place of numbers. By
+ default it always accepts names and in interactive use it displays them;
+ use --names or --no-names to override. See ovs-ofctl(8) for details.
+ * "ovs-ofctl dump-flows" now accepts --no-stats to omit flow statistics.
- Tunnels:
* Added support to set packet mark for tunnel endpoint using
`egress_pkt_mark` OVSDB option.