bridge: Destroy ofproto before deleting dpif.
authorBen Pfaff <blp@nicira.com>
Thu, 31 Mar 2011 21:12:57 +0000 (14:12 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 31 Mar 2011 21:28:42 +0000 (14:28 -0700)
commit6d6ab93e9dcd91119ea9a1a843c1bb35e6754706
tree0873031e36fd95132e152c3c563ffbae27e72de6
parent2e2dd32bf7e78fedc6eec6f2d28a98e4781a24e4
bridge: Destroy ofproto before deleting dpif.

Otherwise the ofproto's attempt to flush flows from the dpif will fail with
an error, causing a spurious log message.
vswitchd/bridge.c