2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-17 14:28:02 +00:00

NEWS: Mention daemon mode support for ovn-nbctl.

Signed-off-by: Jakub Sitnicki <jkbs@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
Jakub Sitnicki
2018-07-24 16:21:58 +02:00
committed by Ben Pfaff
parent d1b235d7a6
commit 1ac6908995

4
NEWS
View File

@@ -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.