ovs-lib: Revert "Return the exit status of ovs-ctl in ovs_ctl()."
authorGurucharan Shetty <gshetty@nicira.com>
Fri, 4 Oct 2013 21:52:34 +0000 (14:52 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Fri, 4 Oct 2013 22:36:30 +0000 (15:36 -0700)
commita34779bcbe9a4fd568bdcd414ee0416c208dbf22
treec7ff8372b9bb26d51e6ce97667b29ed5b0370b86
parent7b38f242c97c953910392e215cbcb4c403207fc7
ovs-lib: Revert "Return the exit status of ovs-ctl in ovs_ctl()."

This reverts commit 9d46457e07ca which had a side-effect that
ssh executing start/restart command on a remote machine would
hang as one of the file descriptors created in that commit
was getting passed along to the daemons. The daemons weren't closing
it and hence ssh would just wait for them to close and hang.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
utilities/ovs-lib.in