From: Andrew Evans Date: Wed, 9 Mar 2011 18:45:26 +0000 (-0800) Subject: ofproto: Report time connected or disconnected, not time in rconn state. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=24190e86c8ddedc3b20669e5eeb0ab5fc00a6255;hp=24190e86c8ddedc3b20669e5eeb0ab5fc00a6255;p=openvswitch ofproto: Report time connected or disconnected, not time in rconn state. Commit bffc058934 (bridge: Add controller status to Controller table.) exposed the underlying time in a particular connection state for each controller, but this turns out not to be very useful, because controller state tends to fluctuate even when the connection is unbroken. Change to set "time_connected" or "time_disconnected" keys in the status column of the Controller table. Bug #4833. ---