ovs-vsctl: Refactor in preparation for adding "postprocess" step.
authorBen Pfaff <blp@nicira.com>
Fri, 29 Jan 2010 00:09:26 +0000 (16:09 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 29 Jan 2010 00:09:26 +0000 (16:09 -0800)
commitf8ff4bc4f32c8d20c899f6a9b1959a46e9f62526
tree71e3445f19fc995d54e8bc4317a459fb66a25af5
parentbaa8f41b24179704944f278b5ae00231b1ca8246
ovs-vsctl: Refactor in preparation for adding "postprocess" step.

Until now, all the ovs-vsctl commands have had no need to look at the
results of the database transaction.  However, to print the UUID of newly
inserted database records, they do need to do this.

This commit refactors ovs-vsctl in preparation for adding this ability.
utilities/ovs-vsctl.c