[ovs-git] Open vSwitch: ofproto: Store time since last connect and disconnect in Controller table. (master)
dev at openvswitch.org
dev at openvswitch.org
Mon Mar 14 13:19:42 PDT 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".
The branch, master has been updated
via 2cdcb8983d9e2f3d690ee5cb62593c05898fb26e (commit)
from 5eda645e36a9b5dd72c275b7e400dfefcba281d3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2cdcb8983d9e2f3d690ee5cb62593c05898fb26e
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=2cdcb8983d9e2f3d690ee5cb62593c05898fb26e
Author: Andrew Evans <aevans at nicira.com>
ofproto: Store time since last connect and disconnect in Controller table.
ovs-vswitchd writes only the duration of its connection to or disconnection
from each controller to the database. This changes that behavior to write the
time since both the last connection and disconnection events regardless of
connection state. This mirrors the new behavior for reporting database manager
connection status.
Requested-by: Peter Balland <peter at nicira.com>
Bug #4833.
-----------------------------------------------------------------------
Summary of changes:
lib/rconn.c | 16 ++++++++++++++--
lib/rconn.h | 1 +
ofproto/ofproto.c | 23 ++++++++++++++---------
ofproto/ofproto.h | 4 ++--
vswitchd/vswitch.xml | 30 +++++++++++++++---------------
5 files changed, 46 insertions(+), 28 deletions(-)
hooks/post-receive
--
Open vSwitch
More information about the git
mailing list