bridge: Change "struct dst" from containing a dp_ifidx to a struct iface *.
authorBen Pfaff <blp@nicira.com>
Thu, 24 Mar 2011 19:30:51 +0000 (12:30 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 1 Apr 2011 22:52:20 +0000 (15:52 -0700)
commitd55c25660b7dbedda886207a303895609c8407ef
treeb572937f2cace1b54d6a8bf5bd4ba45df7cb01b9
parent402f2858db6b1ae9e57d17447f92e23affd7a06e
bridge: Change "struct dst" from containing a dp_ifidx to a struct iface *.

The following commit will need to iterate over a set of "struct
dst"s, obtaining the iface for each.  It could look them up using
the hash table that indexes over dp_ifidx, but it's easier if we
simply store the iface pointer directly.
vswitchd/bridge.c