On Tue, Jul 24, 2018 at 04:21:58PM +0200, Jakub Sitnicki wrote: > Signed-off-by: Jakub Sitnicki <[email protected]> > --- > 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.
Thanks, applied to master. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
