ovs-brcompatd: Delete Bridge record when deleting a bridge.
authorBen Pfaff <blp@nicira.com>
Tue, 23 Feb 2010 20:49:27 +0000 (12:49 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 25 Feb 2010 22:48:16 +0000 (14:48 -0800)
commitdcdf169e831c0697f04eecbdda216959eace2ce8
tree7959fd2a1bfe8e848a9332ee10133d1f4e3b7a6d
parenta9f4baa6d0f0210cbd40500b968173e63380665e
ovs-brcompatd: Delete Bridge record when deleting a bridge.

del_bridge() removed the reference to the Bridge record from the
Open_vSwitch table, but it didn't actually delete the Bridge record itself.
This fixes the problem.

Bug #2425.
vswitchd/ovs-brcompatd.c