ovs-vsctl: Set timeout to a default value of five seconds
authorJustin Pettit <jpettit@nicira.com>
Mon, 14 Dec 2009 21:59:58 +0000 (13:59 -0800)
committerJustin Pettit <jpettit@nicira.com>
Mon, 14 Dec 2009 22:51:17 +0000 (14:51 -0800)
commita39a859a3066bb637de16edd4f26eab77fb594a6
tree0d5efff7dbeecb9220e6e02cba828f619f0e03b1
parent310fae4bbe6734ffe245895e65849a6c92b46624
ovs-vsctl: Set timeout to a default value of five seconds

In general, we don't want ovs-vsctl to wait forever to connect to the
database, as ovs-vsctl is used extensively in init scripts and the
system will not boot.  Use a default value of five seconds as a
stop-gap.  Eventually, we'll switch to a model of connection attempts,
since using time-based approach is kind of a hack.
utilities/ovs-vsctl.8.in
utilities/ovs-vsctl.c