From: Han Zhou <[email protected]> This patch updates text in NEWS committed by 5832e6a, so that it is easier to understand for end users.
Signed-off-by: Han Zhou <[email protected]> --- NEWS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 104b7be..5da6a74 100644 --- a/NEWS +++ b/NEWS @@ -17,11 +17,11 @@ Post-v2.11.0 conntrack fragmentation support. * New "ovs-appctl dpctl/ipf-get-status" command for userspace datapath conntrack fragmentation support. - - OVSDB: - * Support new monitoring method "monitor_cond_since" for fast data - resync upon server restart or fail-over. The feature is available - for C-IDL clients with clustered mode servers. See section 4.1.15 - of ovsdb-server(7) for more details. + - OVSDB: + * OVSDB clients can now resynchronize with clustered servers much more + quickly after a brief disconnection, saving bandwidth and CPU time. + See section 4.1.15 of ovsdb-server(7) for details of related OVSDB + protocol extension. v2.11.0 - 19 Feb 2019 --------------------- -- 2.1.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
