ovs-vsctl: Back out garbage collection changes.
authorEthan Jackson <ethan@nicira.com>
Wed, 16 Mar 2011 22:06:37 +0000 (15:06 -0700)
committerEthan Jackson <ethan@nicira.com>
Wed, 16 Mar 2011 23:57:11 +0000 (16:57 -0700)
commit28a14bf3d86efb8f0f29936e84cc9e4e384dffe8
tree95bff3e8beceff644dbf8a57b8e118b0a8cc1881
parentad0e8c159835f3e2f7d711fcb999c4ebca69da13
ovs-vsctl: Back out garbage collection changes.

Garbage collection introduced in
c5f341ab193b9126dffef8c77bf8ed35e91290fd changed ovs-vsctl so that
it would allow the garbage collector to reclaim unused tables
instead of manually deleting them itself.  Since garbage collection
runs at transaction completion, undeleted tables would hang around
and could conflict with future actions in a given transaction.
This commit backs out this change.

The following command is an example of something that would have
failed before this commit.

ovs-vsctl -- add-br b \
-- del-br b           \
-- add-br b           \
-- set Interface b other_config:test=test
tests/ovs-vsctl.at
utilities/ovs-vsctl.c