[ovs-dev] [PATCH] NEWS: Mention daemon mode support for ovn-nbctl.

Jakub Sitnicki jkbs at redhat.com
Tue Jul 24 14:21:58 UTC 2018


Signed-off-by: Jakub Sitnicki <jkbs at redhat.com>
---
 NEWS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/NEWS b/NEWS
index 057e8bfd3..2414b9199 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,10 @@ Post-v2.9.0
      * ACL match conditions can now match on Port_Groups as well as address
        sets that are automatically generated by Port_Groups.  ACLs can be
        applied directly to Port_Groups as well.
+     * ovn-nbctl can now run as a daemon (long-lived, background process)
+       running commands in response to JSON-RPC requests received over a UNIX
+       socket. Requests to run commands can be sent using ovs-appctl tool, same
+       as for any other OVS/OVN daemon. See ovn-nbctl(8) for details.
    - DPDK:
      * New 'check-dpdk' Makefile target to run a new system testsuite.
        See Testing topic for the details.
-- 
2.14.4



More information about the dev mailing list