summaryrefslogtreecommitdiff
path: root/lib/jsonrpc.h
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-cs: Perform forced reconnects without a backoff.Dumitru Ceara2021-07-231-0/+1
* ovsdb-cs: Avoid unnecessary re-connections when updating remotes.Ilya Maximets2021-07-151-0/+1
* raft: Set threshold on backlog for raft connections.Ilya Maximets2020-11-101-0/+6
* ovsdb: Introduce experimental support for clustered databases.Ben Pfaff2018-03-241-0/+6
* jsonrpc: Allow jsonrpc_session to have more than one remote.Ben Pfaff2018-03-241-1/+5
* ovsdb: add support for role-based access controlsLance Richardson2017-06-081-0/+1
* jsonrpc: Fix capitalization of parameter name.Ben Pfaff2017-02-081-1/+1
* Use the IANA-assigned ports for OpenFlow and OVSDB.Justin Pettit2015-03-121-3/+1
* ovs-vsctl: reconnect to the database if connection was droppedAnsis Atteka2014-02-191-0/+1
* ovsdb: Define official port number.Justin Pettit2013-10-011-4/+7
* Don't differentiate between TCP and SSL ports for OpenFlow and OVSDB.Justin Pettit2013-10-011-3/+2
* ovs-vsctl: Try connecting only once for active connections by default.Ben Pfaff2013-03-151-2/+3
* ovsdb/jsonrpc-server: ovsdb-server closes accepted connections immediately.Mehak Mahajan2012-10-041-1/+2
* jsonrpc: Treat receiving part of a message as activity.Ben Pfaff2012-09-071-0/+1
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* Allow configuring DSCP on controller and manager connections.Mehak Mahajan2012-03-231-2/+5
* jsonrpc: Make jsonrpc_error() internal.Ben Pfaff2012-02-271-2/+1
* ovsdb-server: Write manager status information to Manager table.Andrew Evans2011-02-011-0/+5
* Add "Manager" and "manager_options" to allow options for OVSDB connections.Ben Pfaff2010-11-051-0/+5
* ovsdb: Use port 6632 as a default port for database connections.Ben Pfaff2010-04-121-1/+12
* ovsdb-server: Factor out complication by using jsonrpc_session.Ben Pfaff2010-01-041-0/+2
* jsonrpc: Make it easy to get a new JSON-RPC request's id.Ben Pfaff2009-12-021-1/+2
* jsonrpc: New type "jsonrpc_session", which automatically reconnects.Ben Pfaff2009-12-021-0/+19
* ovsdb: Add new ovsdb-client program.Ben Pfaff2009-11-061-0/+2
* Implement JSON-RPC protocol.Ben Pfaff2009-11-041-0/+83