ovs-vsctl: Update will be discarded when multiple ovs-vsctl are executed
authorKen Ajiro <ajiro@mxw.nes.nec.co.jp>
Tue, 28 Jan 2014 01:20:43 +0000 (01:20 +0000)
committerBen Pfaff <blp@nicira.com>
Tue, 4 Feb 2014 01:13:49 +0000 (17:13 -0800)
commit5b7f0adf0bdafaa2d42c649bd82d7b337aa1329b
tree8d0bbaeea797a4a50c81bfae8e4566bcdc24d8a4
parentb4d66748123510980af4a45b96b2eb6cf4f1fcbe
ovs-vsctl: Update will be discarded when multiple ovs-vsctl are executed

When two ovs-vsctl update map type column at same time, one ovs-vsctl's
update will be discarded although all ovs-vsctl succeeded. This patch
fixes this issue.

Signed-off-by: Ken Ajiro <ajiro@mxw.nes.nec.co.jp>
Signed-off-by: Ben Pfaff <blp@nicira.com>
utilities/ovs-vsctl.c