ovs-brcompatd: Delete what Bridge references when deleting a Bridge.
authorBen Pfaff <blp@nicira.com>
Mon, 8 Mar 2010 22:23:42 +0000 (14:23 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 8 Mar 2010 22:23:42 +0000 (14:23 -0800)
commit4b3a000911f858a25279a785d6f5ff7df7b4f9cc
tree7a9e9f4e61cbe3bf66e464866e6fa43f878ca392
parente1c0e2d1730b884b2ecda1a41ec9661e8b9251e2
ovs-brcompatd: Delete what Bridge references when deleting a Bridge.

A Bridge record can reference a number of other records: Port, Mirror,
NetFlow, sFlow, and Controller records.  When the Bridge is deleted, we
should also delete those records that it references.  This commit does
that.

Bug #2425.
vswitchd/ovs-brcompatd.c