bridge: Avoid reading other_config columns with ovsdb_idl_get().
authorBen Pfaff <blp@nicira.com>
Wed, 23 Nov 2011 21:17:38 +0000 (13:17 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 23 Nov 2011 21:17:38 +0000 (13:17 -0800)
commit5490f250fd1b899dd3f190513c599b1c5c507286
tree12da78ad0f54909d33e109289244b6bbd400918c
parent8b36f51e0fdeb468058e4552858af03851b4fad3
bridge: Avoid reading other_config columns with ovsdb_idl_get().

ovsdb_idl_get() doesn't work with synthetic records.  Upcoming commits
will start synthesizing more ports and interfaces, so we should avoid
using ovsdb_idl_get().

In the long term it's probably a good idea to come up with a better way
to do synthetic database records, one that causes less trouble.

Bug #8457.
vswitchd/bridge.c