From 1b3758c36e88fd261377726f9ab958a0be53f2ca Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 13 Jun 2017 17:09:05 -0700 Subject: 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 Acked-by: Aaron Conole --- NEWS | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'NEWS') 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. -- cgit v1.2.1