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:01 +0000 (17:13 -0800)
commit66dbf9253ea690fa3fd19536ce063310c8fc94f7
tree843745608d83b2d85ba9cc70ff47e48a8d8c4dff
parent7343d171c8320bbd5263e518d5ee24d7678488ff
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