ovs-vsctl: Fix br-set-external-id.
authorBen Pfaff <blp@nicira.com>
Thu, 18 Nov 2010 22:36:53 +0000 (14:36 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 18 Nov 2010 22:36:53 +0000 (14:36 -0800)
commitfbd8715e4b6f7f077a8cef2d0225f9c1a698c104
tree1ed22b7dcf2003f58280b0b9c00904dd784fe4df
parent4a38774146f0171a09d5cb1863595b3b546c766e
ovs-vsctl: Fix br-set-external-id.

The wrong prerequisite function was being called for set-br-external-id, so
it didn't set up to monitor the right columns, so an assertion failed.
This fixes the problem.

Also, change the test for external IDs so that it will find the regression.
(Running all of the ovs-vsctl commands together caused the column to be
monitored due to another command's intervention.)

Reported-by: Mikael Doverhag <mdoverhag@nicira.com>
Bug #4095.
AUTHORS
tests/ovs-vsctl.at
utilities/ovs-vsctl.c