ovs-ofctl: Check that commands actually succeed.
authorBen Pfaff <blp@nicira.com>
Tue, 16 Nov 2010 18:50:52 +0000 (10:50 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 2 Dec 2010 22:57:04 +0000 (14:57 -0800)
commitd12513f7075373d07565f66ab4c781b73b00867d
tree3fcffe194cfc5684dd919dc9d6f1296341ee32da
parent33af7dcad396cb9bfc7d09622d47be853bf662dd
ovs-ofctl: Check that commands actually succeed.

Until now, when it sends commands to switches that ordinarily have no
reply, ovs-ofctl has not waited around to see whether the command succeeds
or fails.  This commit fixes the problem: errors will now be reported.
utilities/ovs-ofctl.c