reconnect: Rename CONNECT_IN_PROGRESS state to CONNECTING (like rconn).
authorAndrew Evans <aevans@nicira.com>
Wed, 9 Mar 2011 18:42:24 +0000 (10:42 -0800)
committerAndrew Evans <aevans@nicira.com>
Thu, 10 Mar 2011 19:12:20 +0000 (11:12 -0800)
commitc36cf65edac28ccd7d2681521a651c35c8b2453e
tree8962d86970262a63de474acec8bfb507333f8233
parent9ec4d255acc5628f395fde8aff84a7027c2dc1c9
reconnect: Rename CONNECT_IN_PROGRESS state to CONNECTING (like rconn).

reconnect uses the same connection state names as rconn with the exception of
the above. This commit makes their states identical, which should reduce
confusion for people debugging connection problems.
lib/reconnect.c
python/ovs/reconnect.py
tests/reconnect.at