bridge: Change 'iface_by_name' from shash to hmap.
authorBen Pfaff <blp@nicira.com>
Fri, 1 Apr 2011 18:42:25 +0000 (11:42 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 4 May 2011 17:12:06 +0000 (10:12 -0700)
commitebea37cc67751a05dbefec0246fb2a62576f4389
tree6e8d01ef6ac639f2f89f2b037ff1c39b89c8bf3c
parent2c360fbb2777fba6d35599e4b53287e2ecb26fa9
bridge: Change 'iface_by_name' from shash to hmap.

This avoids having duplicate copies of interface names (inside the shash)
and it isn't any harder to work with.
vswitchd/bridge.c