ovsdb: Report the number of connections for inbound Managers.
authorBen Pfaff <blp@nicira.com>
Wed, 13 Jul 2011 23:08:37 +0000 (16:08 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 26 Jul 2011 23:50:09 +0000 (16:50 -0700)
commita11f6164a801c093ef67b144167e55fc9e851626
tree5db7185c850e96094ae17f337490f51eef6af705
parent87fcbc60f28cde16939b3a9e139bdc67ca831010
ovsdb: Report the number of connections for inbound Managers.

Inbound managers (e.g. "ptcp:") can have multiple active connections, but
the database schema doesn't allow us to report the status of more than one
at a time.  This commit adds a status key-value pair that, when there is
more than one active connection, reports the number that are active.  This
at least helps to clarify the issue.
ovsdb/jsonrpc-server.c
ovsdb/jsonrpc-server.h
ovsdb/ovsdb-server.c
vswitchd/vswitch.xml